Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#625)
Browse files Browse the repository at this point in the history
v3 uses Node 16 which is slated for deprecation by GitHub Actions
  • Loading branch information
GeckoEidechse authored Feb 6, 2024
1 parent 904e6b0 commit ad3601c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout release files
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.NORTHSTAR_VERSION }}
path: northstar
Expand All @@ -39,7 +39,7 @@ jobs:
run:
wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
- name: Checkout core mods
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: R2Northstar/NorthstarMods
ref: ${{ env.NORTHSTAR_VERSION }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
unzip northstar-launcher.zip -d northstar
rsync -avr --exclude="Northstar.Coop" --exclude=".git*" northstar-mods/. northstar/R2Northstar/mods
- name: Checkout Navmesh repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: R2Northstar/NorthstarNavs
ref: 'v3'
Expand Down

0 comments on commit ad3601c

Please sign in to comment.