File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-20.04
2222 steps :
2323 - name : Checkout release files
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525 with :
2626 ref : ${{ env.NORTHSTAR_VERSION }}
2727 path : northstar
3939 run :
4040 wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
4141 - name : Checkout core mods
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 with :
4444 repository : R2Northstar/NorthstarMods
4545 ref : ${{ env.NORTHSTAR_VERSION }}
6969 unzip northstar-launcher.zip -d northstar
7070 rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
7171 - name : Checkout Navmesh repository
72- uses : actions/checkout@v3
72+ uses : actions/checkout@v4
7373 with :
7474 repository : R2Northstar/NorthstarNavs
7575 ref : ' v3'
You can’t perform that action at this time.
0 commit comments