Skip to content

Commit a50c9a5

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e03d3f0 commit a50c9a5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/comment-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v4
1717

1818
- name: Initial PR comment
1919
uses: marocchino/sticky-pull-request-comment@v2

.github/workflows/delete-closed-pr-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-22.04
3838
steps:
3939
- name: Check out repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private_key: ${{ secrets.PRIVATE_KEY }}
2525

2626
- name: Check out repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v4
2828
with:
2929
ref: ${{ github.event.pull_request.head.ref }}
3030

.github/workflows/spell-check-differential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v4
2020

2121
- name: Run spell-check
2222
uses: autowarefoundation/autoware-github-actions/spell-check@v1

0 commit comments

Comments
 (0)