Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/preload-caches-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading