Skip to content

Commit c8e6a96

Browse files
Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acc2eb7 commit c8e6a96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest]
1111
compiler: [gcc, g++, clang, gcc-10]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414
- name: Compile Library
1515
env:
1616
CCFLAGS: "-fsanitize=undefined"
@@ -27,7 +27,7 @@ jobs:
2727
os: [ubuntu-latest]
2828
compiler: [gcc]
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v6
3131
- name: Compile Library
3232
env:
3333
CCFLAGS: "-fsanitize=undefined"
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest]
4949
compiler: [gcc]
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v6
5252
# The following should be moved into a seperate action for only pull requests, etc.
5353
# where you it posts the information into the PR as a comment (optionally?)
5454
- name: Install cppcheck

0 commit comments

Comments
 (0)