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.
2 parents 3da1893 + 8bebe93 commit ea5a47eCopy full SHA for ea5a47e
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: actions/[email protected]
19
with:
20
python-version: ${{ matrix.python-version }}
.github/workflows/testing.yml
@@ -11,7 +11,7 @@ jobs:
11
poetry-version: [1.5.0]
12
13
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
0 commit comments