From f128a7ac113916c9c29cf8d1361ab4b7f3bd9e75 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 1 Dec 2025 12:51:42 -0900 Subject: [PATCH] Update actionlint to 1.7.9 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 93950916e..ef2e3c751 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: