File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
- name : Restore cache to github
25
25
id : github-cache
26
26
if : ${{ runner.environment == 'github-hosted' }}
27
- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
27
+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
28
28
with :
29
29
key : ${{ inputs.key }}
30
30
path : ${{ inputs.path }}
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Save cache to github
17
17
if : ${{ runner.environment == 'github-hosted' }}
18
- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
18
+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
19
19
with :
20
20
key : ${{ inputs.key }}
21
21
path : ${{ inputs.path }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
runs-on : ubuntu-latest
106
106
steps :
107
107
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
108
- - uses : crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36 .2
108
+ - uses : crate-ci/typos@7436548694def3314aacd93ed06c721b1f91ea04 # v1.37 .2
109
109
with :
110
110
files : .
111
111
Original file line number Diff line number Diff line change 42
42
key : build-bench-${{ inputs.target }}
43
43
44
44
- name : Install cargo-codspeed binary
45
- uses : taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
45
+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2
46
46
with :
47
47
48
48
Original file line number Diff line number Diff line change 30
30
key : build-bench-${{ inputs.target }}
31
31
32
32
- name : Install cargo-codspeed binary
33
- uses : taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
33
+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2
34
34
with :
35
35
36
36
Original file line number Diff line number Diff line change 42
42
save-if : true
43
43
key : release
44
44
45
- - uses : cargo-bins/cargo-binstall@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
45
+ - uses : cargo-bins/cargo-binstall@38e8f5e4c386b611d51e8aa997b9a06a3c8eb67a # v1.15.6
46
46
47
47
- name : Install cargo-workspaces
48
48
run :
cargo binstall --no-confirm [email protected] --force
Original file line number Diff line number Diff line change 49
49
50
50
- name : Install cargo-binstall
51
51
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
53
53
54
54
- name : Install cargo-workspaces
55
55
if : ${{ inputs.cargo-check-strategy == 'separated' }}
@@ -95,15 +95,15 @@ jobs:
95
95
run : cargo codegen
96
96
97
97
- name : Install cargo-deny
98
- uses : taiki-e/install-action@6f69ec9970ed0c500b1b76d648e05c4c7e0e5671 # v2
98
+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2
99
99
with :
100
100
101
101
- name : Check licenses
102
102
run : |
103
103
cargo deny --all-features check license bans
104
104
cargo xtask deny-ext
105
105
106
- - uses : cargo-bins/cargo-binstall@20aa316bab4942180bbbabe93237858e8d77f1ed # v1.15.5
106
+ - uses : cargo-bins/cargo-binstall@38e8f5e4c386b611d51e8aa997b9a06a3c8eb67a # v1.15.6
107
107
-
run :
cargo binstall --no-confirm [email protected] --force
108
108
- run : cargo shear
109
109
You can’t perform that action at this time.
0 commit comments