Skip to content

Commit ad3601c

Browse files
Bump actions/checkout to v4 (#625)
v3 uses Node 16 which is slated for deprecation by GitHub Actions
1 parent 904e6b0 commit ad3601c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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 }}
@@ -69,7 +69,7 @@ jobs:
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'

0 commit comments

Comments
 (0)