node12 is deprecated, v3 uses Node16

This commit is contained in:
iceman1001 2022-12-03 12:31:53 +01:00
commit 87f29d1fa9
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ jobs:
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high - name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000 run: git config --global http.postBuffer 524288000
@ -60,7 +60,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high - name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000 run: git config --global http.postBuffer 524288000
@ -102,7 +102,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set Git http.postBuffer to something high - name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000 run: git config --global http.postBuffer 524288000

View file

@ -48,7 +48,7 @@ jobs:
working-directory: C:\ProxSpace working-directory: C:\ProxSpace
run: ./runme64.bat -c "exit" run: ./runme64.bat -c "exit"
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: make clean - name: make clean
run: make clean run: make clean
@ -134,7 +134,7 @@ jobs:
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: make clean - name: make clean
run: make clean run: make clean