Skip to content

Commit 7aea65a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: ["ubuntu", "windows","macos"]
1212
pyver: ["3.10", "3.11", "3.12", "3.13"]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: conda-incubator/setup-miniconda@v3
1616
with:
1717
auto-update-conda: true
@@ -49,7 +49,7 @@ jobs:
4949
name: Flake8 linting
5050
runs-on: "ubuntu-latest"
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- uses: conda-incubator/setup-miniconda@v3
5454
with:
5555
auto-update-conda: true

0 commit comments

Comments
 (0)