File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
latestHash : ${{ steps.release-tag.outputs.latestHash }}
11
11
tag : ${{ steps.release-tag.outputs.tag }}
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
submodules : true
24
24
needs : [calculate-tag]
25
25
if : needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
submodules : true
30
30
fetch-depth : 0
44
44
needs : [calculate-tag]
45
45
if : needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
with :
49
49
submodules : true
50
50
fetch-depth : 0
70
70
needs : ["calculate-tag", "build", "test"]
71
71
if : github.ref == 'refs/heads/distribution' && needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
with :
75
75
fetch-depth : 0
76
76
submodules : true
Original file line number Diff line number Diff line change 16
16
application_id : ${{ secrets.XING_ACTIONS_APP_ID }}
17
17
application_private_key : ${{ secrets.XING_ACTIONS_PRIVATE_KEY }}
18
18
permissions : " contents:write,workflows:write"
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
name : Reset xing/act#master to latest nektos/act#master
21
21
with :
22
22
ref : master
28
28
git fetch upstream
29
29
git reset --hard upstream/master
30
30
git push --follow-tags --force origin master
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
name : Update act submodule and push to xing/act#distribution
33
33
with :
34
34
ref : distribution
You can’t perform that action at this time.
0 commit comments