Skip to content

Commit 4fc5555

Browse files
dependabot[bot]djhoese
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d69d894 commit 4fc5555

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

2626
steps:
2727
- name: Checkout source
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Setup Conda Environment
3131
uses: conda-incubator/setup-miniconda@v4

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout source
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Create sdist
1818
shell: bash -l {0}
@@ -47,7 +47,7 @@ jobs:
4747
arch: "x86_64"
4848

4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151
- run: |
5252
git fetch --prune --unshallow
5353

0 commit comments

Comments
 (0)