From 911ff289e69a39f6385350f23ce9fdaf52c8b13a Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Tue, 21 May 2024 15:58:41 -0400 Subject: [PATCH] Update actionlint to v1.7.0 Signed-off-by: BJ Hargrave --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index edd73e3..39b89ef 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -40,7 +40,7 @@ jobs: - name: "Download actionlint" id: get_actionlint run: | - bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/2d26fef7e97b8ab345791f5ade3252da47d083e3/scripts/download-actionlint.bash) + bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/b6b7a2901eb4fa4bae2e6d8f9b6edd1a37b3cca7/scripts/download-actionlint.bash) - name: "Check workflow files" run: |