We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b9dd commit b6bc405Copy full SHA for b6bc405
.github/workflows/lint.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install actionlint
37
run: |
38
# Install actionlint to ~/bin/, otherwise pre-commit won't be able to find the executable.
39
- GOBIN="${HOME}/bin/" go install github.com/rhysd/actionlint/cmd/actionlint@latest
+ GOBIN="${HOME}/bin/" go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.7
40
41
- name: Run pre-commit
42
0 commit comments