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:
Jarod42 2023-08-04 20:18:27 +02:00 committed by Joris Dauphin
parent 31da98aba2
commit bdff82c3af

View file

@ -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