Skip to content

Commit 5b88337

Browse files
Bump actions/checkout from 2 to 4 (#56)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3938b50 commit 5b88337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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@v2
13+
- uses: actions/checkout@v4
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@v4
3131
- name: Compile Library
3232
env:
3333
CCFLAGS: "-fsanitize=undefined"
@@ -53,7 +53,7 @@ jobs:
5353
os: [ubuntu-latest]
5454
compiler: [gcc]
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757
# The following should be moved into a seperate action for only pull requests, etc.
5858
# where you it posts the information into the PR as a comment (optionally?)
5959
- name: Install cppcheck
@@ -68,7 +68,7 @@ jobs:
6868
os: [macos-latest]
6969
compiler: [clang]
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v4
7272
- name: Compile Library
7373
env:
7474
CCFLAGS: "-fsanitize=undefined"

0 commit comments

Comments
 (0)