File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
check-outcome : ${{ steps.check.outcome }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Check versions of manually managed dependencies
18
18
id : check
19
19
# We want to be able to react, if the check fails due to a new version.
28
28
if : ${{ needs.check-dependencies.outputs.check-outcome == 'failure' }}
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
with :
33
33
ssh-key : ${{ secrets.NEW_PULL_REQUEST_KEY }}
34
34
Original file line number Diff line number Diff line change 15
15
release :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
# Clone all history to ensure goreleaser can create proper changelog.
21
21
fetch-depth : 0
@@ -151,7 +151,7 @@ jobs:
151
151
runs-on : windows-latest
152
152
needs : [ release ]
153
153
steps :
154
- - uses : actions/checkout@v3
154
+ - uses : actions/checkout@v4
155
155
156
156
- name : Choco Install curl
157
157
uses : crazy-max/ghaction-chocolatey@v2
@@ -191,7 +191,7 @@ jobs:
191
191
runs-on : macos-latest
192
192
needs : [ release ]
193
193
steps :
194
- - uses : actions/checkout@v3
194
+ - uses : actions/checkout@v4
195
195
- name : Setup
196
196
run : " brew install powershell"
197
197
@@ -230,7 +230,7 @@ jobs:
230
230
runs-on : ubuntu-latest
231
231
needs : [ release ]
232
232
steps :
233
- - uses : actions/checkout@v3
233
+ - uses : actions/checkout@v4
234
234
with :
235
235
fetch-depth : 0
236
236
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Setup
18
18
run : |
You can’t perform that action at this time.
0 commit comments