From 187d94043dcd0f68d1e07c0055cb053ad186e28c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:01:18 +0000 Subject: [PATCH] chore(deps): update dependency rhysd/actionlint to v1.7.10 --- .claude/hooks/SessionStart.sh | 2 +- .github/workflows/actionlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/hooks/SessionStart.sh b/.claude/hooks/SessionStart.sh index 985d87a..98227ea 100755 --- a/.claude/hooks/SessionStart.sh +++ b/.claude/hooks/SessionStart.sh @@ -91,7 +91,7 @@ fi echo "Checking for actionlint..." if ! command -v actionlint &> /dev/null && [ ! -f "./actionlint" ]; then echo "actionlint is not installed. Downloading actionlint..." - bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9/scripts/download-actionlint.bash) 1.7.9 + bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash) 1.7.9 echo "actionlint installed successfully!" else echo "actionlint is already available." diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index ae03550..bf0e6da 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Download actionlint id: get_actionlint - run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9/scripts/download-actionlint.bash) 1.7.9 + run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash) 1.7.9 shell: bash - name: Check workflow files run: ${{ steps.get_actionlint.outputs.executable }} -color