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 1d97bb2 commit f74dae2Copy full SHA for f74dae2
.github/workflows/pypiupload.yml
@@ -24,7 +24,7 @@ jobs:
24
python get-pip.py
25
- if: ${{ matrix.python-version != '2.7' }}
26
name: Setup Python environment
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@vv3.1.4
28
with:
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
.github/workflows/spec_update.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Setup Python environment
13
+ uses: actions/setup-python@v3.1.4
14
15
python-version: 3.9
16
- name: Get current time
0 commit comments