Skip to content

Commit 4f2498e

Browse files
dependabot[bot]Mizux
authored andcommitted
build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd641e1 commit 4f2498e

33 files changed

+54
-54
lines changed

.github/workflows/aarch64_toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Linux•Toolchain ${{matrix.targets}}
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Build env stage
2222
run: make --directory=cmake toolchain_${{matrix.targets}}_env
2323
- name: Build devel stage

.github/workflows/amd64_cmake_glop_cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: amd64•Docker•CMake•Glop
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Build env image
1717
run: make --directory=cmake glop_env
1818
- name: Build devel image
@@ -76,7 +76,7 @@ jobs:
7676
name: ${{matrix.cmake.platform}}•${{matrix.cmake.runner}}•CMake•Glop
7777
runs-on: ${{matrix.cmake.runner}}
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
- name: Check cmake
8181
run: cmake --version
8282
- name: Configure

.github/workflows/amd64_docker_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: amd64•${{matrix.distro}}•Bazel
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Check docker
3030
run: |
3131
docker info

.github/workflows/amd64_docker_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: amd64•${{matrix.distro}}•CMake•${{matrix.lang}}
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Build base image
2222
run: make --directory=cmake amd64_${{matrix.distro}}_base
2323
- name: Build env image

.github/workflows/amd64_freebsd_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: amd64•${{matrix.distro}}•CMake•${{matrix.lang}}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: Virtualbox install
3333
run: |
3434
sudo apt update -q

.github/workflows/amd64_linux_bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CC: gcc-12
2626
CXX: g++-12
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Check Java
3030
run: java -version
3131
- name: Check mvn
@@ -70,4 +70,4 @@ jobs:
7070
runs-on: ubuntu-latest
7171
needs: native
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5

.github/workflows/amd64_linux_cmake_coinor_off.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: amd64•Linux•CMake•${{matrix.cmake.language}}•CoinOR=OFF
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
# Install SWIG
2727
- name: Swig install
2828
run: sudo apt install -y swig

.github/workflows/amd64_linux_cmake_cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: amd64•Linux•CMake(${{matrix.cmake.name}})•C++
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Install Ninja
2626
run: |
2727
sudo apt-get update
@@ -59,4 +59,4 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: native
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5

.github/workflows/amd64_linux_cmake_dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: amd64•Linux•CMake•.Net
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Swig install
1818
run: |
1919
sudo apt install -y swig
@@ -57,4 +57,4 @@ jobs:
5757
runs-on: ubuntu-latest
5858
needs: native
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5

.github/workflows/amd64_linux_cmake_glpk_on.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: amd64•Linux•CMake•GLPK=ON
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Check cmake
1818
run: cmake --version
1919
- name: Configure

0 commit comments

Comments
 (0)