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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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 @@ -44,7 +44,7 @@ jobs:
esac

- name: Lint GitHub Actions workflow files
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
advanced-security: false
persona: ${{ inputs.zizmor_persona }}
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20
with:
tool: cargo-release

Expand Down
Loading