Skip to content

Commit

Permalink
Eliminate the unnecessary version number.
Browse files Browse the repository at this point in the history
The install script defaults to the current version and we're already
pinning the commit sha of the install script.
  • Loading branch information
sengi committed Jun 28, 2024
1 parent 983f27e commit 3ba581d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/actionlint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ runs:
- id: install
shell: bash
env:
VERSION: '1.7.1'
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/4f6274a8e0f4f4d2057aa9ae07660f61aa29c5f3/scripts/download-actionlint.bash) "$VERSION" .
ACTIONLINT_SHA: 4f6274a8e0f4f4d2057aa9ae07660f61aa29c5f3 # v1.7.1
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/$ACTIONLINT_SHA/scripts/download-actionlint.bash) .
- name: Run actionlint
shell: bash
env:
Expand Down

0 comments on commit 3ba581d

Please sign in to comment.