Skip to content

Commit 01c0e70

Browse files
Bump actions/checkout from 4.1.6 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71f7658 commit 01c0e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.1.6
16+
- uses: actions/checkout@v5.0.1
1717
with:
1818
submodules: recursive
1919
- name: Setup cmake

.github/workflows/codeql-analysis.yml

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

3838
# Checkout repo with submodules recursively
3939
- name: Checkout repository
40-
uses: actions/checkout@v4.1.6
40+
uses: actions/checkout@v5.0.1
4141
with:
4242
submodules: 'true'
4343

0 commit comments

Comments
 (0)