Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4ee1d85

Browse files
Bump actions/checkout from 2.4.0 to 3 (#64)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44108b2 commit 4ee1d85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.4.0
15+
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v3
1717
- uses: pre-commit/[email protected]
1818

@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python-version: ["3.9", "3.10"]
2525
steps:
26-
- uses: actions/checkout@v2.4.0
26+
- uses: actions/checkout@v3
2727
- uses: conda-incubator/setup-miniconda@v2
2828
with:
2929
mamba-version: "*"
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
python-version: ["3.9", "3.10"]
6363
steps:
64-
- uses: actions/checkout@v2.4.0
64+
- uses: actions/checkout@v3
6565
- uses: conda-incubator/setup-miniconda@v2
6666
with:
6767
mamba-version: "*"

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2.4.0
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v3
1414
with:

0 commit comments

Comments
 (0)