Skip to content

Commit f416ad8

Browse files
dependabot[bot]simogasp
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09bede8 commit f416ad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_with_vcpkg_no_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939

4040
- name: Cache vcpkg
4141
uses: actions/cache@v6

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
BUILD_TYPE: ${{ matrix.build_type }}
3838
CTEST_OUTPUT_ON_FAILURE: 1
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141

4242
- name: Prepare File Tree
4343
run: |

0 commit comments

Comments
 (0)