File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Cache to github
17
17
if : ${{ runner.environment == 'github-hosted' }}
18
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
18
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
19
19
with :
20
20
prefix-key : " RCache-G-2"
21
21
shared-key : ${{ inputs.key }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
106
- - uses : crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
106
+ - uses : crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
107
107
with :
108
108
files : .
109
109
Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
83
83
key : check
84
84
85
85
- name : Install cargo-deny
86
- uses : taiki-e/install-action@1cefd1553b1693f47889dc747f7d230904296a3b # v2
86
+ uses : taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
87
87
with :
88
88
tool : cargo-deny@0.16
89
89
- name : Check licenses
90
90
run : cargo deny check license bans
91
91
92
- - uses : cargo-bins/cargo-binstall@e8c9cc3599f6c4063d143083205f98ca25d91677 # v1.12.6
92
+ - uses : cargo-bins/cargo-binstall@8aac5aa2bf0dfaa2863eccad9f43c68fe40e5ec8 # v1.14.1
93
93
- run : cargo binstall --no-confirm cargo-shear@1.1.12 --force
94
94
- run : cargo shear
95
95
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@1cefd1553b1693f47889dc747f7d230904296a3b # v2
45
+ uses : taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
46
46
with :
47
47
tool : cargo-codspeed@2.10.1
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@1cefd1553b1693f47889dc747f7d230904296a3b # v2
33
+ uses : taiki-e/install-action@726a5c9e4be3a589bab5f60185f0cdde7ed4498e # v2
34
34
with :
35
35
tool : cargo-codspeed@2.10.1
36
36
You can’t perform that action at this time.
0 commit comments