We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb98a36 commit 67f3bedCopy full SHA for 67f3bed
1 file changed
.github/workflows/actionlint.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Check workflow files
10
run: |
11
echo "::add-matcher::.github/actionlint-matcher.json"
12
- ACTIONLINT_VERSION=1.7.8
+ ACTIONLINT_VERSION=1.7.12
13
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz"
14
curl -fsSLO "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_checksums.txt"
15
grep " actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz$" "actionlint_${ACTIONLINT_VERSION}_checksums.txt" | sha256sum -c -
0 commit comments