Update actionlint to 1.7.9

This commit is contained in:
Asher 2025-12-01 12:51:42 -09:00
parent 80996d2e08
commit f128a7ac11
No known key found for this signature in database
GPG key ID: D63C1EF81242354A

View file

@ -135,8 +135,8 @@ jobs:
uses: actions/checkout@v6
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.1
./actionlint -color -shellcheck= -ignore "set-output"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.9
./actionlint -color -shellcheck= -ignore "softprops/action-gh-release"
shell: bash
test-unit: