Skip to content

Commit f128a7a

Browse files
committed
Update actionlint to 1.7.9
1 parent 80996d2 commit f128a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ jobs:
135135
uses: actions/checkout@v6
136136
- name: Check workflow files
137137
run: |
138-
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.1
139-
./actionlint -color -shellcheck= -ignore "set-output"
138+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.9
139+
./actionlint -color -shellcheck= -ignore "softprops/action-gh-release"
140140
shell: bash
141141

142142
test-unit:

0 commit comments

Comments
 (0)