Skip to content

Commit 4fac4c6

Browse files
Bump actions/checkout from 5 to 6 (#71)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b014163 commit 4fac4c6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 2
3030
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060
- "3.12"
6161

6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
with:
6565
persist-credentials: false
6666

.github/workflows/rust-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 2
2828
persist-credentials: false
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
persist-credentials: false
6868

@@ -151,7 +151,7 @@ jobs:
151151

152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@v5
154+
uses: actions/checkout@v6
155155
with:
156156
persist-credentials: false
157157

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# target: ppc64le
4343
# manylinux: auto
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
with:
4747
persist-credentials: false
4848

@@ -84,7 +84,7 @@ jobs:
8484
- runner: ubuntu-latest
8585
target: armv7
8686
steps:
87-
- uses: actions/checkout@v5
87+
- uses: actions/checkout@v6
8888
with:
8989
persist-credentials: false
9090

@@ -120,7 +120,7 @@ jobs:
120120
- runner: windows-latest
121121
target: x64
122122
steps:
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
with:
125125
persist-credentials: false
126126

@@ -151,7 +151,7 @@ jobs:
151151
- runner: macos-14
152152
target: aarch64
153153
steps:
154-
- uses: actions/checkout@v5
154+
- uses: actions/checkout@v6
155155
with:
156156
persist-credentials: false
157157

@@ -175,7 +175,7 @@ jobs:
175175
# sdist:
176176
# runs-on: ubuntu-latest
177177
# steps:
178-
# - uses: actions/checkout@v5
178+
# - uses: actions/checkout@v6
179179
# - name: Build sdist
180180
# uses: PyO3/maturin-action@v1
181181
# with:

0 commit comments

Comments
 (0)