Skip to content

Commit

Permalink
chore: update actionlint to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Sep 22, 2021
1 parent aa80eec commit c9dc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- name: Install Actionlint
env:
ACTIONLINT_VERSION: 1.6.3
ACTIONLINT_VERSION: 1.6.4
run: |
wget -q -O- "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VERSION}/actionlint_${ACTIONLINT_VERSION}_linux_amd64.tar.gz" | tar -x -z -C . actionlint && \
mv actionlint /usr/local/bin
Expand Down

0 comments on commit c9dc377

Please sign in to comment.