mirror of
https://github.com/boostorg/config.git
synced 2025-09-25 15:20:59 +02:00
Update actions/checkout to v5
This commit is contained in:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ g++-13, g++-14 ]
|
compiler: [ g++-13, g++-14 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ g++-11, g++-12, g++-13 ]
|
compiler: [ g++-11, g++-12, g++-13 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang++-15 ]
|
compiler: [ clang++-15 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang ]
|
toolset: [ clang ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -191,7 +191,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ msvc-14.3 ]
|
toolset: [ msvc-14.3 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -229,7 +229,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang-msvc-14.3 ]
|
toolset: [ clang-msvc-14.3 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -264,7 +264,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
qemu_arch: [ aarch64, s390x, ppc64le ]
|
qemu_arch: [ aarch64, s390x, ppc64le ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
- uses: uraimo/run-on-arch-action@v3
|
- uses: uraimo/run-on-arch-action@v3
|
||||||
name: Run commands
|
name: Run commands
|
||||||
id: runcmd
|
id: runcmd
|
||||||
@@ -300,7 +300,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
qemu_arch: [ aarch64, ppc64le ]
|
qemu_arch: [ aarch64, ppc64le ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
- uses: uraimo/run-on-arch-action@v3
|
- uses: uraimo/run-on-arch-action@v3
|
||||||
name: Run commands
|
name: Run commands
|
||||||
id: runcmd
|
id: runcmd
|
||||||
@@ -337,7 +337,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ emcc ]
|
compiler: [ emcc ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
|
Reference in New Issue
Block a user