Skip to content

Commit a6324a0

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- 'Cargo.lock'
107107
- name: Install cargo-deny
108108
if: steps.filter.outputs.src == 'true'
109-
uses: taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
109+
uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
110110
with:
111111
112112
- name: Check licenses
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
steps:
120120
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121-
- uses: crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
121+
- uses: crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
122122
with:
123123
files: .
124124

@@ -249,7 +249,7 @@ jobs:
249249
- uses: ./.github/actions/rustup
250250
with:
251251
shared-key: check
252-
- uses: cargo-bins/cargo-binstall@ac0e34cc778e82d0fda528e42de57e41afd2fb1f # v1.11.0
252+
- uses: cargo-bins/cargo-binstall@6010abb1da3dbaae07e8823fa57c0cd7cf183245 # v1.11.1
253253
- run: cargo binstall --no-confirm cargo-shear --force
254254
- run: cargo shear
255255

.github/workflows/reusable-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
shared-key: build-bench-${{ inputs.target }}-${{ inputs.profile }}
395395

396396
- name: Install cargo-codspeed binary
397-
uses: taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
397+
uses: taiki-e/install-action@3fc1605ecf43c14c7dd5ac06a4a629031ed3bdbd # v2
398398
with:
399399
400400

@@ -404,7 +404,7 @@ jobs:
404404
run: cargo codspeed build -p rspack_benchmark --features codspeed
405405

406406
- name: Wait for build job
407-
uses: lewagon/[email protected]
407+
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
408408
with:
409409
ref: ${{ github.event.pull_request.head.sha || github.sha }}
410410
check-name: 'Test Linux / Build'
@@ -430,7 +430,7 @@ jobs:
430430
run: pnpm run build:js
431431

432432
- name: Run benchmark
433-
uses: CodSpeedHQ/action@1015f4f828ff74b7a950909897fe581d6ba868cc # v3
433+
uses: CodSpeedHQ/action@63ae6025a0ffee97d7736a37c9192dbd6ed4e75f # v3
434434
timeout-minutes: 30
435435
with:
436436
run: pnpm run bench:ci

0 commit comments

Comments
 (0)