File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
using : composite
7
7
steps :
8
8
- name : Debug
9
- uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
9
+ uses : mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.22
Original file line number Diff line number Diff line change 22
22
save-if : ${{ inputs.save-if }}
23
23
24
24
- name : Cache to local
25
- uses :
stormslowly/[email protected]
25
+ uses : stormslowly/rust-cache@255bbdfaeb95c60664d3da26dff15afd19c269dd # v0.0.1
26
26
if : ${{ runner.environment == 'self-hosted' }}
27
27
with :
28
28
prefix-key : ' RCache-L-1'
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@b1a1ef3893ff35ade0cfa71523852a49bfd05d19 # v1.31.1
106
+ - uses : crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0
107
107
with :
108
108
files : .
109
109
Original file line number Diff line number Diff line change 83
83
key : check
84
84
85
85
- name : Install cargo-deny
86
- uses : taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
86
+ uses : taiki-e/install-action@ba0a04e0afd83836a25f30f6f33e6ebdd81a8ff1 # v2
87
87
with :
88
88
89
89
- name : Check licenses
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
14
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15
15
with :
16
- node-version : " 22"
16
+ node-version : " 22.15.0 "
17
17
- name : Check if triggered by project member
18
18
id : check_member
19
19
if : github.event.sender.type == 'User' && github.actor != 'renovate'
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@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
45
+ uses : taiki-e/install-action@ba0a04e0afd83836a25f30f6f33e6ebdd81a8ff1 # v2
46
46
with :
47
47
48
48
You can’t perform that action at this time.
0 commit comments