Upgrade GitHub actions in Workfows to node20 (#33668)

This commit is contained in:
Myra
2025-03-23 13:54:56 +01:00
committed by GitHub
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