Skip to content

Commit

Permalink
chore(deps): actionlint v1.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbergstroem committed Sep 18, 2023
1 parent b983a5b commit b1a199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Actionlint
env:
version: "1.6.25"
version: "1.6.26"
run: curl -Ls "https://github.com/rhysd/actionlint/releases/download/v${{ env.version }}/actionlint_${{ env.version }}_linux_amd64.tar.gz" | sudo tar -x -z -C /usr/local/bin actionlint
- name: Run Actionlint
run: |
Expand Down

0 comments on commit b1a199b

Please sign in to comment.