Skip to content

Commit b6bc405

Browse files
authored
Pin actionlint version (#2575)
Actionlint latest requires go 1.24, which is not present in Fedora 40. Pin it to 1.7.7 on the release branch.
1 parent 337b9dd commit b6bc405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install actionlint
3737
run: |
3838
# 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
39+
GOBIN="${HOME}/bin/" go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.7
4040
4141
- name: Run pre-commit
4242
run: |

0 commit comments

Comments
 (0)