Skip to content

Commit 73be1ea

Browse files
chore(deps): update github-actions (#10863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ebf02a commit 73be1ea

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/actions/rustup/cargo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- name: Cache to github
1717
if: ${{ runner.environment == 'github-hosted' }}
18-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
18+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
1919
with:
2020
prefix-key: "RCache-G-2"
2121
shared-key: ${{ inputs.key }}

.github/workflows/ci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
106-
- uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
106+
- uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
107107
with:
108108
files: .
109109

.github/workflows/ci-rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
key: check
8484

8585
- name: Install cargo-deny
86-
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b # v2
86+
uses: taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
8787
with:
8888
tool: cargo-deny@0.16
8989
- name: Check licenses
9090
run: cargo deny check license bans
9191

92-
- uses: cargo-bins/cargo-binstall@e8c9cc3599f6c4063d143083205f98ca25d91677 # v1.12.6
92+
- uses: cargo-bins/cargo-binstall@8aac5aa2bf0dfaa2863eccad9f43c68fe40e5ec8 # v1.14.1
9393
- run: cargo binstall --no-confirm cargo-shear@1.1.12 --force
9494
- run: cargo shear
9595

.github/workflows/reusable-build-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: build-bench-${{ inputs.target }}
4343

4444
- name: Install cargo-codspeed binary
45-
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b # v2
45+
uses: taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
4646
with:
4747
tool: cargo-codspeed@2.10.1
4848

.github/workflows/reusable-build-codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: build-bench-${{ inputs.target }}
3131

3232
- name: Install cargo-codspeed binary
33-
uses: taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b # v2
33+
uses: taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
3434
with:
3535
tool: cargo-codspeed@2.10.1
3636

0 commit comments

Comments
 (0)