Skip to content

Commit 9640d83

Browse files
Bump actions/checkout from 2 to 4 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' 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 d530f17 commit 9640d83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-latest", "windows-latest", "macos-latest"]
1212
pyver: ["3.10", "3.11", "3.12", "3.13"]
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: conda-incubator/setup-miniconda@v3
1616
with:
1717
activate-environment: test
@@ -40,7 +40,7 @@ jobs:
4040
name: Flake8 linting
4141
runs-on: "ubuntu-latest"
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444
- uses: conda-incubator/setup-miniconda@v2
4545
with:
4646
activate-environment: lint

0 commit comments

Comments
 (0)