Skip to content

Commit 1639808

Browse files
chore(deps): update github-actions (#11746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 228ec1b commit 1639808

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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@0c5db7f7f897c03b771660e91d065338615679f4 # v2
45+
uses: taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
4646
with:
4747
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@0c5db7f7f897c03b771660e91d065338615679f4 # v2
33+
uses: taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
3434
with:
3535
3636

.github/workflows/reusable-release-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
save-if: true
4343
key: release
4444

45-
- uses: cargo-bins/cargo-binstall@837578dfb436769f1e6669b2e23ffea9d9d2da8f # v1.15.4
45+
- uses: cargo-bins/cargo-binstall@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
4646

4747
- name: Install cargo-workspaces
4848
run: cargo binstall --no-confirm [email protected] --force

.github/workflows/reusable-rust-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install cargo-binstall
5151
if: ${{ inputs.cargo-check-strategy == 'separated' }}
52-
uses: cargo-bins/cargo-binstall@837578dfb436769f1e6669b2e23ffea9d9d2da8f # v1.15.4
52+
uses: cargo-bins/cargo-binstall@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
5353

5454
- name: Install cargo-workspaces
5555
if: ${{ inputs.cargo-check-strategy == 'separated' }}
@@ -95,15 +95,15 @@ jobs:
9595
run: cargo codegen
9696

9797
- name: Install cargo-deny
98-
uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
98+
uses: taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
9999
with:
100100
101101
- name: Check licenses
102102
run: |
103103
cargo deny --all-features check license bans
104104
cargo xtask deny-ext
105105
106-
- uses: cargo-bins/cargo-binstall@837578dfb436769f1e6669b2e23ffea9d9d2da8f # v1.15.4
106+
- uses: cargo-bins/cargo-binstall@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
107107
- run: cargo binstall --no-confirm [email protected] --force
108108
- run: cargo shear
109109

0 commit comments

Comments
 (0)