diff --git a/.github/workflows/check-github-actions.yml b/.github/workflows/check-github-actions.yml index f028034..939f8ff 100644 --- a/.github/workflows/check-github-actions.yml +++ b/.github/workflows/check-github-actions.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Lint GitHub Actions workflow files - uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 + uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 with: group-result: false diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 9d53546..ae71bc5 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -18,6 +18,6 @@ jobs: persist-credentials: false - name: Check files for common misspellings - uses: crate-ci/typos@06d010dfe4c84fdab1a25ea02b57b3585018ba80 + uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d with: files: "${{ inputs.files }}" diff --git a/.github/workflows/preload-caches-actionlint.yml b/.github/workflows/preload-caches-actionlint.yml index 5d0cdc8..6d006ac 100644 --- a/.github/workflows/preload-caches-actionlint.yml +++ b/.github/workflows/preload-caches-actionlint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Save latest actionlint into GitHub Actions cache - uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 + uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 with: group-result: false flags: -version