Skip to content

Commit cdba649

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 28ff9c5 commit cdba649

6 files changed

Lines changed: 6 additions & 8 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
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: Check out repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
4444
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

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# https://pre-commit.ci/#configuration
66
ci:
77
autofix_commit_msg: "style(pre-commit): autofix"
8-
# we already have our own daily update mechanism, we set this to quarterly
9-
autoupdate_schedule: quarterly
10-
autoupdate_commit_msg: "ci(pre-commit): quarterly autoupdate"
118

129
repos:
1310
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -35,6 +32,7 @@ repos:
3532
rev: v4.0.0-alpha.8
3633
hooks:
3734
- id: prettier
35+
args: [--no-error-on-unmatched-pattern]
3836

3937
- repo: https://github.com/adrienverge/yamllint
4038
rev: v1.37.1

0 commit comments

Comments
 (0)