Fix github action node warning:
-- 8< -- The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06 -- >8 --
This commit is contained in:
parent
31da98aba2
commit
bdff82c3af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
container: centos:7
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build game ${{ matrix.game.id }}
|
||||
run: bash -x ./tools/build_appimage.sh ${{ matrix.game.id }} ${{ matrix.game.name }}
|
||||
- name: Archive production artifacts
|
||||
|
|
Loading…
Reference in a new issue