Skip to content

Commit 769d299

Browse files
Bump actions/checkout from 3 to 4 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 0e0cdf7 commit 769d299

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
@@ -8,7 +8,7 @@ jobs:
88
linux:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: messense/maturin-action@v1
1313
with:
1414
manylinux: auto
@@ -23,7 +23,7 @@ jobs:
2323
windows:
2424
runs-on: windows-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: messense/maturin-action@v1
2828
with:
2929
command: build
@@ -37,7 +37,7 @@ jobs:
3737
macos:
3838
runs-on: macos-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: messense/maturin-action@v1
4242
with:
4343
command: build

0 commit comments

Comments
 (0)