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 b77ffb5 commit b712c45Copy full SHA for b712c45
.github/workflows/build.yml
@@ -9,13 +9,13 @@ jobs:
9
matrix:
10
python-version: ["3.11", "3.12"]
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
14
- name: Install poetry
15
run: pipx install poetry
16
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
21
cache: 'poetry'
@@ -31,5 +31,5 @@ jobs:
31
poetry run coverage xml
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
35
0 commit comments