File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
publish : ${{ steps.version.outputs.publish }}
29
29
steps :
30
30
- name : Checkout the repository
31
- uses : actions/checkout@v4.1.7
31
+ uses : actions/checkout@v4.2.0
32
32
with :
33
33
fetch-depth : 0
34
34
55
55
arch : ${{ fromJson(needs.init.outputs.architectures) }}
56
56
steps :
57
57
- name : Checkout the repository
58
- uses : actions/checkout@v4.1.7
58
+ uses : actions/checkout@v4.2.0
59
59
60
60
- name : Login to GitHub Container Registry
61
61
if : needs.init.outputs.publish == 'true'
86
86
steps :
87
87
- name : Checkout the repository
88
88
if : needs.init.outputs.publish == 'true'
89
- uses : actions/checkout@v4.1.7
89
+ uses : actions/checkout@v4.2.0
90
90
91
91
- name : Initialize git
92
92
if : needs.init.outputs.publish == 'true'
Original file line number Diff line number Diff line change 9
9
name : lint
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4.1.7
12
+ - uses : actions/checkout@v4.2.0
13
13
Original file line number Diff line number Diff line change 11
11
name : Release Drafter
12
12
steps :
13
13
- name : Checkout the repository
14
- uses : actions/checkout@v4.1.7
14
+ uses : actions/checkout@v4.2.0
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 15
15
name : ShellCheck
16
16
steps :
17
17
- name : Check out the repository
18
- uses : actions/checkout@v4.1.7
18
+ uses : actions/checkout@v4.2.0
19
19
20
20
- name : Run linter
21
21
You can’t perform that action at this time.
0 commit comments