Skip to content

Commit 101e042

Browse files
actions: bump actions/checkout from 5 to 6
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>
1 parent 00e3700 commit 101e042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytest-not-slow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
configurations: ${{ steps.matrix.outputs.configurations }}
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.configuration.os }}
5858

5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161

6262
- name: Set up Python ${{ matrix.configuration.python-version }}
6363
uses: actions/setup-python@v6

.github/workflows/pytest-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
scipy-version: ['scipy~=1.14.0']
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up Python ${{ matrix.os-python.python-version }}
2626
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)