File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
- name : Download actionlint
16
16
id : get_actionlint
17
17
run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
- name : Format check
16
16
run : cargo fmt --check
17
17
18
18
clippy :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
23
- name : Cache
24
24
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
25
25
with :
66
66
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
70
70
- name : Cache
71
71
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
72
72
with :
97
97
runs-on : ubuntu-latest
98
98
steps :
99
99
- name : Checkout
100
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
100
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101
101
- name : Cache
102
102
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
103
103
with :
@@ -117,6 +117,6 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : Checkout
120
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
120
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121
121
- name : Audit
122
122
run : cargo audit
Original file line number Diff line number Diff line change 40
40
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44
44
- name : Cache
45
45
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
46
46
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
19
- uses : suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0
You can’t perform that action at this time.
0 commit comments