28
28
29
29
steps :
30
30
- name : Checkout the code
31
- uses : actions/checkout@v4.1.7
31
+ uses : actions/checkout@v4.2.0
32
32
33
33
- name : Setup OPA
34
34
uses :
open-policy-agent/[email protected]
52
52
53
53
steps :
54
54
- name : Checkout the code
55
- uses : actions/checkout@v4.1.7
55
+ uses : actions/checkout@v4.2.0
56
56
57
57
- name : Install Node
58
58
77
77
78
78
steps :
79
79
- name : Checkout the code
80
- uses : actions/checkout@v4.1.7
80
+ uses : actions/checkout@v4.2.0
81
81
82
82
- name : Install Node
83
83
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
steps :
104
104
- name : Checkout the code
105
- uses : actions/checkout@v4.1.7
105
+ uses : actions/checkout@v4.2.0
106
106
107
107
- name : Install toolchain
108
108
run : |
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
steps :
129
129
- name : Checkout the code
130
- uses : actions/checkout@v4.1.7
130
+ uses : actions/checkout@v4.2.0
131
131
132
132
- name : Run `cargo-deny`
133
133
uses :
EmbarkStudios/[email protected]
@@ -142,7 +142,7 @@ jobs:
142
142
143
143
steps :
144
144
- name : Checkout the code
145
- uses : actions/checkout@v4.1.7
145
+ uses : actions/checkout@v4.2.0
146
146
147
147
- name : Install Rust toolchain
148
148
run : |
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
steps :
193
193
- name : Checkout the code
194
- uses : actions/checkout@v4.1.7
194
+ uses : actions/checkout@v4.2.0
195
195
196
196
- name : Install toolchain
197
197
run : |
@@ -241,7 +241,7 @@ jobs:
241
241
242
242
steps :
243
243
- name : Checkout the code
244
- uses : actions/checkout@v4.1.7
244
+ uses : actions/checkout@v4.2.0
245
245
246
246
- name : Install toolchain
247
247
run : |
@@ -290,7 +290,7 @@ jobs:
290
290
291
291
steps :
292
292
- name : Checkout the code
293
- uses : actions/checkout@v4.1.7
293
+ uses : actions/checkout@v4.2.0
294
294
295
295
- name : Install Node
296
296
0 commit comments