2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Merge pull request #1072 from boostorg/deprectation

Update GHA to remove Node deprecation warnings
This commit is contained in:
Matt Borland
2024-01-24 13:48:57 +01:00
committed by GitHub

View File

@@ -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