Skip to content

Commit d7173cb

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- 'Cargo.lock'
158158
- name: Install cargo-deny
159159
if: steps.filter.outputs.src == 'true'
160-
uses: taiki-e/install-action@510b3ecd7915856b6909305605afa7a8a57c1b04 # v2
160+
uses: taiki-e/install-action@995f97569c4a8ae84dcd7e1a0107f65ca6ebf139 # v2
161161
with:
162162
163163
- name: Check licenses
@@ -298,7 +298,7 @@ jobs:
298298
- uses: ./.github/actions/rustup
299299
with:
300300
shared-key: check
301-
- uses: cargo-bins/cargo-binstall@639cca973755257a5103d314f08e37e3f861d9ab # v1.10.22
301+
- uses: cargo-bins/cargo-binstall@c175bb02c4d5486f22e1a9cb4186cb6097f01434 # v1.10.23
302302
- run: cargo binstall --no-confirm cargo-shear
303303
- run: cargo shear
304304

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ jobs:
448448
run: pnpm run build:js
449449

450450
- name: Install cargo-codspeed binary
451-
uses: taiki-e/install-action@510b3ecd7915856b6909305605afa7a8a57c1b04 # v2
451+
uses: taiki-e/install-action@995f97569c4a8ae84dcd7e1a0107f65ca6ebf139 # v2
452452
with:
453453
tool: cargo-codspeed
454454

0 commit comments

Comments
 (0)