diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index bcac8b3719..b98f815eef 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -15,8 +15,8 @@ jobs: uses: actions/checkout@v4 - name: Download actionlint id: get_actionlint - run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) + run: bash <(curl https://github.com/rhysd/actionlint/blob/v1.7.4/scripts/download-actionlint.bash) shell: bash - name: Check workflow files run: ${{ steps.get_actionlint.outputs.executable }} -color - shell: bash \ No newline at end of file + shell: bash