Skip to content

Commit 007bedc

Browse files
Bump actions/checkout from 5 to 6 (#114)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4794bb commit 007bedc

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.platform.runner }}
1818
steps:
1919
- name: Run checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Install toolchain
2323
uses: dtolnay/rust-toolchain@v1
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.platform.runner }}
4848
steps:
4949
- name: Run checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Install toolchain
5353
uses: dtolnay/rust-toolchain@v1

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.platform.runner }}
2121
steps:
2222
- name: Run checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Install toolchain
2626
uses: dtolnay/rust-toolchain@v1
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.platform.runner }}
5151
steps:
5252
- name: Run checkout
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454

5555
- name: Install toolchain
5656
uses: dtolnay/rust-toolchain@v1

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.platform.runner }}
2323
steps:
2424
- name: Run checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install toolchain
2828
uses: dtolnay/rust-toolchain@v1
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.platform.runner }}
5858
steps:
5959
- name: Run checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
- name: Install toolchain
6363
uses: dtolnay/rust-toolchain@v1
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ${{ matrix.platform.runner }}
102102
steps:
103103
- name: Run checkout
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105

106106
- name: Setup Python
107107
uses: actions/setup-python@v6
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ${{ matrix.platform.runner }}
164164
steps:
165165
- name: Run checkout
166-
uses: actions/checkout@v5
166+
uses: actions/checkout@v6
167167

168168
- name: Setup Python
169169
uses: actions/setup-python@v6
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ${{ matrix.platform.runner }}
226226
steps:
227227
- name: Run checkout
228-
uses: actions/checkout@v5
228+
uses: actions/checkout@v6
229229

230230
- name: Setup Python
231231
uses: actions/setup-python@v6
@@ -291,7 +291,7 @@ jobs:
291291
runs-on: ${{ matrix.platform.runner }}
292292
steps:
293293
- name: Run checkout
294-
uses: actions/checkout@v5
294+
uses: actions/checkout@v6
295295

296296
- name: Setup Python
297297
uses: actions/setup-python@v6
@@ -323,7 +323,7 @@ jobs:
323323
runs-on: ubuntu-latest
324324
steps:
325325
- name: Run checkout
326-
uses: actions/checkout@v5
326+
uses: actions/checkout@v6
327327

328328
- name: Build sdist
329329
uses: PyO3/maturin-action@v1
@@ -403,7 +403,7 @@ jobs:
403403
runs-on: ${{ matrix.platform.runner }}
404404
steps:
405405
- name: Checkout
406-
uses: actions/checkout@v5
406+
uses: actions/checkout@v6
407407

408408
- name: Install toolchain
409409
uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)