We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe60a4a commit 4d7a774Copy full SHA for 4d7a774
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
fetch-depth: 0
30
- name: Set up Python
31
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
32
33
python-version: '3.x'
34
- name: Install dependencies
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- name: Set up Python 3.10
17
18
19
python-version: "3.10"
20
0 commit comments