Skip to content

Commit a5006fa

Browse files
upgrade actions versions
1 parent 265cda8 commit a5006fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- os: windows-latest
2020
path: ~\AppData\Local\pip\Cache
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
with:
2929
path: ${{ matrix.path }}
3030
key: ${{ runner.os }}-pip-${{ hashFiles('dev-requirements.txt') }}
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
pytest sklearn_genetic/ --verbose --color=yes --assert=plain --cov-fail-under=95 --cov-config=.coveragerc --cov=./ -p no:warnings
4040
- name: "Upload coverage to Codecov"
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)