diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f088d5a5..dc4072b6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -201,7 +201,7 @@ jobs: - name: Run actionlint continue-on-error: ${{inputs.soft-linting == 'true'}} - uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2 + uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2 with: flags: ${{inputs.debug && '-verbose'}} files: '.github/workflows/*.{yaml,yml}'