node12 is deprecated, v3 uses Node16

This commit is contained in:
iceman1001
2022-12-03 12:31:53 +01:00
parent 951bfb580d
commit 87f29d1fa9
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
+3 -3
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
@@ -60,7 +60,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
@@ -102,7 +102,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
+2 -2
View File
@@ -48,7 +48,7 @@ jobs:
working-directory: C:\ProxSpace
run: ./runme64.bat -c "exit"
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: make clean
run: make clean
@@ -134,7 +134,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: make clean
run: make clean