Skip to content

Commit 331ca47

Browse files
Bump actions/checkout from 2 to 6 in the actions group (#104)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 0c34004 commit 331ca47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11-
labels:
12-
- no-changelog-entry-needed
11+
commit-message:
12+
prefix: "[dependabot]"
1313
cooldown:
1414
default-days: 7

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
continue-on-error: true
3434
name: python-${{ matrix.python-version }}-numba-${{ matrix.numba }}
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v6
3737
- uses: conda-incubator/setup-miniconda@v3
3838
with:
3939
activate-environment: 'mne-features'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
package:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)