Skip to content

Commit

Permalink
GitHub Actions: Update to actions/checkout@v3
Browse files Browse the repository at this point in the history
Node.js 12 actions are deprecated.
Please update the following actions to use Node.js 16: actions/checkout@v2.
For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Signed-off-by: Steffen Pankratz <[email protected]>
  • Loading branch information
kratz00 authored and icculus committed Jun 28, 2023
1 parent 6d9161e commit d7507a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get update
sudo apt-get install cmake ninja-build libgtk2.0-dev libgtk-3-dev libncursesw5-dev
- name: Get mojosetup sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B build ${{ matrix.platform.flags }}
- name: Build
Expand Down

0 comments on commit d7507a5

Please sign in to comment.