Skip to content

Commit

Permalink
Upgrade GitHub Action references
Browse files Browse the repository at this point in the history
Older actions relied on older versions of Node, which have been deprecated. Referenced actions should use Node 20, rather than Node 16 or Node 12.
  • Loading branch information
DanRStevens committed Jan 30, 2024
1 parent 9466518 commit 3279fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
PLATFORM: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout NAS2D
run: git submodule update --init nas2d-core/

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.3.2

- name: Restore vcpkg dependency cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: vcpkg_installed
Expand Down

0 comments on commit 3279fd9

Please sign in to comment.