Skip to content

Commit 67f3bed

Browse files
committed
ci: update actionlint
1 parent cb98a36 commit 67f3bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Check workflow files
1010
run: |
1111
echo "::add-matcher::.github/actionlint-matcher.json"
12-
ACTIONLINT_VERSION=1.7.8
12+
ACTIONLINT_VERSION=1.7.12
1313
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
1414
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_checksums.txt"
1515
grep " actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz$" "actionlint_${ACTIONLINT_VERSION}_checksums.txt" | sha256sum -c -

0 commit comments

Comments
 (0)