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 @@ -77,7 +77,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
with:
tool: cargo-release

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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
with:
tool: cargo-nextest

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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
with:
tool: cross

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Label pull request based on paths of changed files
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
with:
dot: true
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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
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@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
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 @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 5

- name: Install cargo-release
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
with:
tool: cargo-release

Expand Down
Loading