Skip to content

Commit 688ffcd

Browse files
maflckoMarcoFalke
andauthored
ci: Bump to actions/checkout@v6 (#1237)
Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^[email protected]>
1 parent fcf3fe3 commit 688ffcd

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
working-directory: build
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Create build directory
2323
run: mkdir -p build

.github/workflows/cmake_find_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-latest, macos-latest ]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: lukka/get-cmake@latest
1818
with:
1919
cmakeVersion: 3.14.0

.github/workflows/compilers.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cxx_version: 23
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Run CMake (configure, build, test)
3636
uses: ./.github/workflows/cmake
@@ -51,7 +51,7 @@ jobs:
5151
cxx_version: 23
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555

5656
- name: Run CMake (configure, build, test)
5757
uses: ./.github/workflows/cmake
@@ -66,7 +66,7 @@ jobs:
6666
cxx_version: [ 14, 17, 20, 23 ]
6767
runs-on: macos-latest
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070

7171
- name: select xcode version
7272
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version }}.app
@@ -87,7 +87,7 @@ jobs:
8787
cxx_version: [ 14, 17, 20, 23 ]
8888
runs-on: ${{ matrix.image }}
8989
steps:
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v6
9191
- uses: microsoft/setup-msbuild@v2
9292

9393
- name: Run CMake (configure, build, test)
@@ -97,4 +97,3 @@ jobs:
9797
extra_cmake_configure_args: ${{ matrix.extra_args }}
9898
extra_cmake_build_args: --config ${{ matrix.build_type }}
9999
extra_ctest_args: -C ${{ matrix.build_type }}
100-

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: read
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Install Build Dependencies
1515
run: sudo apt-get update && sudo apt-get install -y clang cmake make
@@ -19,4 +19,3 @@ jobs:
1919

2020
- name: Configure CMake (C++20)
2121
run: cmake --preset clang-20-debug
22-

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run:
1313
working-directory: build
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Create build directory
1818
run: mkdir -p build

0 commit comments

Comments
 (0)