Skip to content

Commit edf4038

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
key: check
8484

8585
- name: Install cargo-deny
86-
uses: taiki-e/install-action@97a83ae1347bc407f550a16fb0694d6f446eec88 # v2
86+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
8787
with:
8888
8989
- name: Check licenses
9090
run: cargo deny check license
9191

92-
- uses: cargo-bins/cargo-binstall@13f9d60d5358393bf14644dba56d9f123bc5d595 # v1.12.4
92+
- uses: cargo-bins/cargo-binstall@5cbf019d8cb9b9d5b086218c41458ea35d817691 # v1.12.5
9393
- run: cargo binstall --no-confirm [email protected] --force
9494
- run: cargo shear
9595

.github/workflows/issue-pr-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1515
with:
16-
node-version: "22.15.0"
16+
node-version: "22.15.1"
1717
- name: Check if triggered by project member
1818
id: check_member
1919
if: github.event.sender.type == 'User' && github.actor != 'renovate'

.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@97a83ae1347bc407f550a16fb0694d6f446eec88 # v2
45+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
4646
with:
4747
4848

0 commit comments

Comments
 (0)