Skip to content

Commit d1df33f

Browse files
chore(deps): update github-actions
1 parent 2785393 commit d1df33f

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/pnpm/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
13+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
1414
with:
15-
version: 10.33.2
15+
version: 10.33.4
1616

17-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
17+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818
with:
1919
node-version: ${{ inputs['node-version'] }}
2020
cache: pnpm

.github/actions/zigbuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
version: ${{ inputs.zig-version }}
2929

3030
- name: Install cargo-zigbuild
31-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
31+
uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2.79.1
3232
env:
3333
GITHUB_TOKEN: ${{ github.token }}
3434
with:

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout Branch
2828
uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
2929

30-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
30+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3131
with:
32-
version: 10.33.2
32+
version: 10.33.4
3333

34-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3535
with:
3636
node-version-file: .node-version
3737
cache: pnpm
@@ -44,7 +44,7 @@ jobs:
4444
cache-key: benchmark
4545
cache-save-if: ${{ github.ref_name == 'main' }}
4646

47-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
47+
- uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2.79.1
4848
with:
4949
tool: cargo-codspeed
5050

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
119119
with:
120120
cache: false
121-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
121+
- uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2.79.1
122122
with:
123123
tool: cargo-deny
124124

@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
cache: false
144144
if: steps.filter.outputs.src == 'true'
145-
- uses: cargo-bins/cargo-binstall@d125de8b4538541574fd9357b6feb61c8486464b # main
145+
- uses: cargo-bins/cargo-binstall@7884deddd95d515c3701294cf61a8b96cccc123b # main
146146
if: steps.filter.outputs.src == 'true'
147147
- run: cargo binstall --no-confirm cargo-shear@1
148148
if: steps.filter.outputs.src == 'true'

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache-save-if: ${{ github.ref_name == 'main' }}
3636
components: llvm-tools-preview
3737

38-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
38+
- uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2.79.1
3939
with:
4040
tool: cargo-llvm-cov
4141

@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload to codecov.io
7272
if: env.CODECOV_TOKEN
73-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
73+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
fail_ci_if_error: true

0 commit comments

Comments
 (0)