From 291f31117fc12ad5c27d678643254899c9daecb8 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 24 Jan 2024 11:52:29 +0100 Subject: [PATCH] Update GHA to remove Node deprecation warnings --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 547d06622..4ab36ec74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: standard: [ c++14, c++17 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Set TOOLSET @@ -86,7 +86,7 @@ jobs: compiler: [ g++-9, g++-11, clang++-10 ] standard: [ c++14, c++17, c++2a ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Set TOOLSET @@ -145,7 +145,7 @@ jobs: standard: [ 14, 17, 20 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Checkout main boost @@ -189,7 +189,7 @@ jobs: standard: [ 14, 17 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Checkout main boost @@ -237,7 +237,7 @@ jobs: standard: [ 14, 17 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Checkout main boost @@ -280,7 +280,7 @@ jobs: standard: [ 14, 17, latest ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Checkout main boost @@ -320,7 +320,7 @@ jobs: env: TOOLSET: gcc steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install Cygwin @@ -354,7 +354,7 @@ jobs: matrix: compiler: [ g++-10 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Add repository @@ -394,7 +394,7 @@ jobs: matrix: compiler: [ clang++-10 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Add repository @@ -436,7 +436,7 @@ jobs: standard: [ c++14, c++17, c++20 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Set TOOLSET