Skip to content

Commit a5a117a

Browse files
d-kleinerasbt
andauthored
updated CI/CD workflows (#1108)
* updated CI/CD workflows * Update .github/workflows/python-package-conda.yml --------- Co-authored-by: Sebastian Raschka <[email protected]>
1 parent 8e80778 commit a5a117a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
formatting:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Set up Python
11-
uses: actions/setup-python@v2
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.x'
1414
- name: Install isort, black, and flake8

.github/workflows/python-package-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
env:
1515
GITHUB_ACTIONS_CI: true
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Set up Miniconda
19-
uses: conda-incubator/setup-miniconda@v2
19+
uses: conda-incubator/setup-miniconda@v3
2020
with:
2121
auto-update-conda: true
2222
python-version: 3.9
@@ -41,4 +41,4 @@ jobs:
4141
coverage xml
4242
4343
- name: Upload Coverage to Codecov
44-
uses: codecov/codecov-action@v2
44+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)