Skip to content

Commit 1099136

Browse files
dependabot[bot]jgm
authored andcommitted
build(deps): 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 6566bbd commit 1099136

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Install clang-tidy
2020
run: |
2121
sudo apt-get install -y clang-tidy
@@ -101,7 +101,7 @@ jobs:
101101
CXXFLAGS: '${{ matrix.san_cflags }} ${{ matrix.asan_cflags }}'
102102

103103
steps:
104-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v5
105105
- name: Build and test
106106
run: |
107107
cmake \
@@ -125,7 +125,7 @@ jobs:
125125
cmake_shared: 'NO'
126126

127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129
- uses: ilammy/msvc-dev-cmd@v1
130130
- name: Build and test
131131
run: |

0 commit comments

Comments
 (0)