Skip to content

Commit bd38be0

Browse files
Bump actions/checkout from 6 to 7 (#31)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79c7574 commit bd38be0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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-12, gcc-13, gcc-14]
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
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@v6
30+
- uses: actions/checkout@v7
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@v6
51+
- uses: actions/checkout@v7
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)