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 7fc2140 commit 9778abdCopy full SHA for 9778abd
.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@v3
+ uses: actions/setup-python@v4
32
33
python-version: '3.x'
34
- name: Install dependencies
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v3
22
- name: Set up Python 3.10
23
24
25
python-version: "3.10"
26
0 commit comments