From 87f29d1fa930ba97f884a669896906d6c0887774 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 3 Dec 2022 12:31:53 +0100 Subject: [PATCH] node12 is deprecated, v3 uses Node16 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/macos.yml | 6 +++--- .github/workflows/windows.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d794dba1..0ec56e054 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d4969452d..2245ef05f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5da0035d5..d639eebc4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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