Skip to content

Commit c6bb43e

Browse files
Bump actions/checkout from 5 to 6 in the actions group (#355)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5cf028 commit c6bb43e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Install skada
2727
- name: Checking Out Repository # yamllint disable-line rule:indentation
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
# Cache 'skada' datasets
3030
- name: Create/Restore Skada Data Cache
3131
id: cache-skada_datasets
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Install skada
6565
- name: Checking Out Repository # yamllint disable-line rule:indentation
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
# Install Python & Packages
6868
- uses: actions/setup-python@v6
6969
with:
@@ -96,7 +96,7 @@ jobs:
9696

9797
# Install skada
9898
- name: Checking Out Repository # yamllint disable-line rule:indentation
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
# Install Python & Packages
101101
- uses: actions/setup-python@v6
102102
with:

.github/workflows/testing_dataset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Install skada
3131
- name: Checking Out Repository # yamllint disable-line rule:indentation
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
# Install Python & Packages
3434
- uses: actions/setup-python@v6
3535
with:

0 commit comments

Comments
 (0)