Update actions/checkout to v5

This commit is contained in:
Ruben Perez
2025-09-19 13:42:01 +02:00
parent 15320cb338
commit ef3bc7513d

View File

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