Skip to content

Commit 1eb3d2a

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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@v4
13+
- uses: actions/checkout@v5
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@v4
30+
- uses: actions/checkout@v5
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@v4
56+
- uses: actions/checkout@v5
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@v4
71+
- uses: actions/checkout@v5
7272
- name: Compile Library
7373
env:
7474
CCFLAGS: "-fsanitize=undefined"
@@ -86,7 +86,7 @@ jobs:
8686
os: [windows-latest]
8787
compiler: [gcc, clang]
8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
- name: Setup MinGW
9191
uses: msys2/setup-msys2@v2
9292
with:

0 commit comments

Comments
 (0)