Skip to content

Commit d368b8a

Browse files
authored
Update tests.yml
1 parent d2dffc4 commit d368b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload coverage to Codecov
4242
if: matrix.python-version == 3.8 && success()
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
with:
4545
files: coverage.xml
4646
flags: unittests

0 commit comments

Comments
 (0)