Commit ad3601c 1 parent 904e6b0 commit ad3601c Copy full SHA for ad3601c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-20.04
22
22
steps :
23
23
- name : Checkout release files
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
ref : ${{ env.NORTHSTAR_VERSION }}
27
27
path : northstar
39
39
run :
40
40
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
41
41
- name : Checkout core mods
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
repository : R2Northstar/NorthstarMods
45
45
ref : ${{ env.NORTHSTAR_VERSION }}
69
69
unzip northstar-launcher.zip -d northstar
70
70
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
71
71
- name : Checkout Navmesh repository
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v4
73
73
with :
74
74
repository : R2Northstar/NorthstarNavs
75
75
ref : ' v3'
You can’t perform that action at this time.
0 commit comments