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 187852a + 208a22d commit 0259a6cCopy full SHA for 0259a6c
.github/workflows/linting.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set up Python
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
21
with:
22
python-version: "3.10"
23
.github/workflows/publish_to_PyPI.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- uses: actions/setup-python@v4
31
32
python-version: '3.10'
33
check-latest: true
.github/workflows/testing_ci.yml
@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
python-version: ${{ matrix.python-version }}
34
0 commit comments