Skip to content

Commit 4bc90bb

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108-
- uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
108+
- uses: crate-ci/typos@a9ccf76b53d1ace194871d216f9ff058599a86db # v1.35.1
109109
with:
110110
files: .
111111

.github/workflows/release-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
save-if: true
4343
key: release
4444

45-
- uses: cargo-bins/cargo-binstall@808dcb1b503398677d089d3216c51ac7cc11e7ab # v1.14.2
45+
- uses: cargo-bins/cargo-binstall@dd6a0ac24caa1243d18df0f770b941e990e8facc # v1.14.3
4646

4747
- name: Install cargo-workspaces
4848
run: cargo binstall --no-confirm [email protected] --force

.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@bbdef1c33cb8ed1fd122d68d8374ac79998d6960 # v2
45+
uses: taiki-e/install-action@306f65503be93cd2b3e3cfb4a9813e992e854dfa # v2
4646
with:
4747
4848

.github/workflows/reusable-build-codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: build-bench-${{ inputs.target }}
3131

3232
- name: Install cargo-codspeed binary
33-
uses: taiki-e/install-action@bbdef1c33cb8ed1fd122d68d8374ac79998d6960 # v2
33+
uses: taiki-e/install-action@306f65503be93cd2b3e3cfb4a9813e992e854dfa # v2
3434
with:
3535
3636

.github/workflows/reusable-rust-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install cargo-binstall
5151
if: ${{ inputs.cargo-check-strategy == 'separated' }}
52-
uses: cargo-bins/cargo-binstall@808dcb1b503398677d089d3216c51ac7cc11e7ab # v1.14.2
52+
uses: cargo-bins/cargo-binstall@dd6a0ac24caa1243d18df0f770b941e990e8facc # v1.14.3
5353

5454
- name: Install cargo-workspaces
5555
if: ${{ inputs.cargo-check-strategy == 'separated' }}
@@ -95,15 +95,15 @@ jobs:
9595
run: cargo codegen
9696

9797
- name: Install cargo-deny
98-
uses: taiki-e/install-action@bbdef1c33cb8ed1fd122d68d8374ac79998d6960 # v2
98+
uses: taiki-e/install-action@306f65503be93cd2b3e3cfb4a9813e992e854dfa # v2
9999
with:
100100
101101
- name: Check licenses
102102
run: |
103103
cargo deny --all-features check license bans
104104
cargo xtask deny-ext
105105
106-
- uses: cargo-bins/cargo-binstall@808dcb1b503398677d089d3216c51ac7cc11e7ab # v1.14.2
106+
- uses: cargo-bins/cargo-binstall@dd6a0ac24caa1243d18df0f770b941e990e8facc # v1.14.3
107107
- run: cargo binstall --no-confirm [email protected] --force
108108
- run: cargo shear
109109

0 commit comments

Comments
 (0)