Skip to content

Commit d84c929

Browse files
committed
Fix the gh action lint version
1 parent b36b13f commit d84c929

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout repository
5252
uses: actions/checkout@v6
5353
- name: Run actionlint
54-
uses: rhysd/actionlint@v1
54+
uses: rhysd/actionlint@v1.7.9
5555

5656
unit_tests:
5757
name: Unit tests

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v6
3333
- name: Run actionlint
34-
uses: rhysd/actionlint@v1
34+
uses: rhysd/actionlint@v1.7.9
3535

3636
unit_tests:
3737
name: Unit tests

0 commit comments

Comments
 (0)