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/bump-version-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-release

Expand Down
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@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8
uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7
with:
group-result: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: rustup override set beta

- name: Install cargo-nextest
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-nextest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-nextest
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-nextest

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-nextest
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-nextest

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@37bb98842b0d8c4ffebdb75301a13db0267cef89
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14
with:
files: "${{ inputs.files }}"
2 changes: 1 addition & 1 deletion .github/workflows/detect-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
persist-credentials: false

- name: Filter changed repository files
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706
id: filter
with:
list-files: shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Install cross
if: matrix.os == 'ubuntu-latest'
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cross

Expand Down
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@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8
uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7
with:
group-result: false
flags: -version
4 changes: 2 additions & 2 deletions .github/workflows/preload-caches-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-nextest
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-nextest

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-nextest
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-untagged-releases-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419
with:
tool: cargo-release

Expand Down
Loading