Skip to content

Commit 3e22a96

Browse files
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] <[email protected]>
1 parent 8e4e13d commit 3e22a96

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cffconvert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out a copy of the repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Check whether the citation metadata from CITATION.cff is valid
2020
uses: citation-file-format/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
package:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
fetch-tags: true

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
python-version: ["3.13"]
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
fetch-tags: true
@@ -69,7 +69,7 @@ jobs:
6969
pip check
7070
python -m pip install build twine
7171
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
with:
7474
fetch-depth: 0
7575
fetch-tags: true
@@ -88,7 +88,7 @@ jobs:
8888
- name: Remove sdist install
8989
run: python -m pip uninstall -y mne-bids
9090

91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@v6
9292
with:
9393
fetch-depth: 0
9494
fetch-tags: true
@@ -107,7 +107,7 @@ jobs:
107107
- name: Remove wheel install
108108
run: python -m pip uninstall -y mne-bids
109109

110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113
fetch-tags: true
@@ -186,7 +186,7 @@ jobs:
186186
TZ: Europe/Berlin
187187
FORCE_COLOR: true
188188
steps:
189-
- uses: actions/checkout@v5
189+
- uses: actions/checkout@v6
190190
with:
191191
fetch-depth: 0
192192
fetch-tags: true
@@ -337,7 +337,7 @@ jobs:
337337
matrix:
338338
python-version: ["3.13"]
339339
steps:
340-
- uses: actions/checkout@v5
340+
- uses: actions/checkout@v6
341341
with:
342342
fetch-depth: 0
343343
fetch-tags: true

0 commit comments

Comments
 (0)