Skip to content

Commit ff5c537

Browse files
chore(deps): update github-actions
1 parent 50bdb20 commit ff5c537

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@6c595e9f7bd0b1a8268c34262aebfea65f6d3768 # 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
@@ -396,7 +396,7 @@ jobs:
396396
shared-key: build-bench-${{ inputs.target }}-${{ inputs.profile }}
397397

398398
- name: Install cargo-codspeed binary
399-
uses: taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
399+
uses: taiki-e/install-action@6c595e9f7bd0b1a8268c34262aebfea65f6d3768 # v2
400400
with:
401401
402402

@@ -406,7 +406,7 @@ jobs:
406406
run: cargo codspeed build -p rspack_benchmark --features codspeed
407407

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

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

0 commit comments

Comments
 (0)