From 2fab578ad6190c6c0941b6c35ed488b1ab655092 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 17 Dec 2024 11:17:11 +0100 Subject: [PATCH 1/3] Update code_coverage.yml fix node.js <20 deprecation --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 65fe6077..9cf21df0 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Create Build Environment run: cmake -E make_directory build From e83b4a7bce56bb8b759d71b22fecc6be6f4d2426 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 17 Dec 2024 11:18:31 +0100 Subject: [PATCH 2/3] Update feature_ci.yml --- .github/workflows/feature_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature_ci.yml b/.github/workflows/feature_ci.yml index 9cee81e0..6c6a2ab1 100644 --- a/.github/workflows/feature_ci.yml +++ b/.github/workflows/feature_ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: ${{matrix.xcode}} @@ -68,7 +68,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Create Build Environment run: cmake -E make_directory build From ec1ea258b5d6341ee795aad95b854e4c353ca1ee Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 17 Dec 2024 11:19:03 +0100 Subject: [PATCH 3/3] Update main_ci.yml --- .github/workflows/main_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index dd74e821..f0cbc243 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -62,7 +62,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: ${{matrix.xcode}} @@ -92,7 +92,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Create Build Environment run: cmake -E make_directory build