Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 35fd7e1

Browse files
chore: sync files (#40)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
1 parent 95fe487 commit 35fd7e1

4 files changed

+4
-4
lines changed

.github/workflows/pre-commit-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Run pre-commit
14-
uses: autowarefoundation/autoware-github-actions/pre-commit@tier4/proposal
14+
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
1515
with:
1616
pre-commit-config: .pre-commit-config-optional.yaml

.github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Run pre-commit
14-
uses: autowarefoundation/autoware-github-actions/pre-commit@tier4/proposal
14+
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
1515
with:
1616
pre-commit-config: .pre-commit-config.yaml

.github/workflows/semantic-pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
semantic-pull-request:
12-
uses: autowarefoundation/autoware-github-actions/.github/workflows/semantic-pull-request.yaml@tier4/proposal
12+
uses: autowarefoundation/autoware-github-actions/.github/workflows/semantic-pull-request.yaml@v1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Run spell-check
14-
uses: autowarefoundation/autoware-github-actions/spell-check@tier4/proposal
14+
uses: autowarefoundation/autoware-github-actions/spell-check@v1
1515
with:
1616
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json

0 commit comments

Comments
 (0)