Skip to content

Commit 9631348

Browse files
chore(deps): update github-actions
1 parent 4e1954d commit 9631348

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/actions/cache/restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Restore cache to github
2525
id: github-cache
2626
if: ${{ runner.environment == 'github-hosted' }}
27-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
27+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
key: ${{ inputs.key }}
3030
path: ${{ inputs.path }}

.github/actions/cache/save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- name: Save cache to github
1717
if: ${{ runner.environment == 'github-hosted' }}
18-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
18+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
with:
2020
key: ${{ inputs.key }}
2121
path: ${{ inputs.path }}

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
108-
- uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2
108+
- uses: crate-ci/typos@7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2
109109
with:
110110
files: .
111111

.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@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
45+
uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # 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@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
33+
uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2
3434
with:
3535
3636

.github/workflows/reusable-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@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
45+
- uses: cargo-bins/cargo-binstall@38e8f5e4c386b611d51e8aa997b9a06a3c8eb67a # v1.15.6
4646

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

.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@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
52+
uses: cargo-bins/cargo-binstall@38e8f5e4c386b611d51e8aa997b9a06a3c8eb67a # v1.15.6
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@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
98+
uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # 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@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
106+
- uses: cargo-bins/cargo-binstall@38e8f5e4c386b611d51e8aa997b9a06a3c8eb67a # v1.15.6
107107
- run: cargo binstall --no-confirm [email protected] --force
108108
- run: cargo shear
109109

0 commit comments

Comments
 (0)