From acfe76721492fc0cedeb5becd77b387ef3c0cf0a Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Tue, 17 Feb 2026 19:19:11 +0100 Subject: [PATCH] Fix actionlint install in CI workflow The download URL was missing the version number in the asset filename. Use the official download script which handles version resolution. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a95e8b..5f122ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Install actionlint run: | - curl -sL https://github.com/rhysd/actionlint/releases/latest/download/actionlint_linux_amd64.tar.gz | tar xz + bash <(curl -sL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) sudo mv actionlint /usr/local/bin/ - name: Lint GitHub Actions run: actionlint