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 bd6f7e8 commit 37493e4Copy full SHA for 37493e4
.github/workflows/build.yaml
100755
100644
@@ -45,7 +45,7 @@ jobs:
45
46
- name: "Setup Python @ ${{ matrix.python-version }}"
47
id: setup-python
48
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
49
with:
50
python-version: "${{ matrix.python-version }}"
51
cache: "poetry"
.github/workflows/coverage_and_lint.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
44
0 commit comments