Skip to content

Commit 5400f92

Browse files
Bump actions/checkout from 4 to 6 (#52)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 73d3032 commit 5400f92

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
NINJA_STATUS: "[Built edge %f of %t in %e sec] "
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0 # such that setuptools_scm can do its job correctly
4646

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build source distribution
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0 # such that setuptools_scm can do its job correctly
2828

@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
include: ${{ steps.set-matrix.outputs.include }}
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- name: Install cibuildwheel
4545
run: pipx install cibuildwheel==2.19.2
4646
- id: set-matrix
@@ -77,7 +77,7 @@ jobs:
7777
include: ${{ fromJson(needs.generate-wheels-matrix.outputs.include) }}
7878
runs-on: ${{ matrix.os }}
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0 # such that setuptools_scm can do its job correctly
8383

0 commit comments

Comments
 (0)