Skip to content

Commit bdc7f96

Browse files
claudedeviantintegral
authored andcommitted
chore(deps): downgrade actionlint to v1.7.9 for Renovate testing
Temporarily downgrading to verify Renovate correctly updates both versions in the actionlint download command.
1 parent a438df1 commit bdc7f96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/hooks/SessionStart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191
echo "Checking for actionlint..."
9292
if ! command -v actionlint &> /dev/null && [ ! -f "./actionlint" ]; then
9393
echo "actionlint is not installed. Downloading actionlint..."
94-
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash) 1.7.10
94+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9/scripts/download-actionlint.bash) 1.7.9
9595
echo "actionlint installed successfully!"
9696
else
9797
echo "actionlint is already available."

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
- name: Download actionlint
1818
id: get_actionlint
19-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash) 1.7.10
19+
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.9/scripts/download-actionlint.bash) 1.7.9
2020
shell: bash
2121
- name: Check workflow files
2222
run: ${{ steps.get_actionlint.outputs.executable }} -color

0 commit comments

Comments
 (0)