diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 761375ef1b..039a6c23ec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - name: Install actionlint run: | # Install actionlint to ~/bin/, otherwise pre-commit won't be able to find the executable. - 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 - name: Run pre-commit run: |