Skip to content

Commit ca63f98

Browse files
Bump actions/checkout from 3 to 6 (#20)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d09bc9 commit ca63f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{matrix.os}}
5454

5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v6
5757

5858
- name: Install packages
5959
if: matrix.install
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ${{matrix.os}}
180180

181181
steps:
182-
- uses: actions/checkout@v3
182+
- uses: actions/checkout@v6
183183

184184
- name: Setup Boost
185185
shell: cmd

0 commit comments

Comments
 (0)