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 1c0c453 commit 491cab3Copy full SHA for 491cab3
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Set up Python 3.10
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
18
with:
19
python-version: "3.10"
20
.github/workflows/testing.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: "Set up Python 3.10"
24
25
26
27
@@ -73,7 +73,7 @@ jobs:
73
74
75
- name: Set up Python ${{ matrix.python-version }}
76
77
78
python-version: ${{ matrix.python-version }}
79
0 commit comments