Upgrade Github actions in Workfows to node20

This commit is contained in:
Nikolai Korolev
2024-11-30 22:35:11 +00:00
parent a46323d9f9
commit ecb6540c61
13 changed files with 29 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ jobs:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.2.2
- name: Setup Submodule
run: git submodule update --init
- name: Pull engine updates