We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa767bf commit ca5475cCopy full SHA for ca5475c
.github/workflows/tests.yml
@@ -11,9 +11,9 @@ jobs:
11
python-version: [3.9, '3.10', '3.11', '3.12']
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
43
44
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
45
coverage-reports: coverage.xml
46
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
47
48
token: ${{ secrets.CODECOV_TOKEN }}
49
files: ./coverage.xml
0 commit comments