Skip to content

Commit 0fefa5c

Browse files
Bump actions/checkout from 6 to 7 (#45)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4150d1e commit 0fefa5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conda_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1616
pyver: ["3.10", "3.11", "3.12", "3.13"]
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: conda-incubator/setup-miniconda@v3
2020
with:
2121
auto-update-conda: true
@@ -47,7 +47,7 @@ jobs:
4747
name: Flake8 linting
4848
runs-on: "ubuntu-latest"
4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151
- uses: conda-incubator/setup-miniconda@v3
5252
with:
5353
auto-update-conda: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Flake8 linting
1212
runs-on: "ubuntu-latest"
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: conda-incubator/setup-miniconda@v3
1616
with:
1717
auto-update-conda: true

.github/workflows/static_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
- name: Setup Pages
3030
uses: actions/configure-pages@v6
3131
- name: Build_Docs

0 commit comments

Comments
 (0)