Skip to content

Commit c47e983

Browse files
⬆️ Bump actions/checkout from 5 to 6 (#817)
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> Co-authored-by: Matt McKay <mmcky@users.noreply.github.com>
1 parent 5d86471 commit c47e983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
2020
python-version: [3.12, 3.13, 3.14]
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: Cache conda
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout source
71-
uses: actions/checkout@v5
71+
uses: actions/checkout@v6
7272
- name: Set up Python
7373
uses: actions/setup-python@v6
7474
with:

.github/workflows/ci_np2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 5
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: conda-incubator/setup-miniconda@v3
1717
with:
1818
auto-update-conda: true

0 commit comments

Comments
 (0)