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 32807ed commit fddb1a9Copy full SHA for fddb1a9
.github/workflows/test-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
- name: Set up Python 3.9
23
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
24
with:
25
python-version: 3.9
26
@@ -64,7 +64,7 @@ jobs:
64
- uses: actions/checkout@v4
65
66
- name: Set up Python ${{ matrix.python-version }}
67
68
69
python-version: ${{ matrix.python-version }}
70
@@ -105,7 +105,7 @@ jobs:
105
echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
106
107
- name: Set up Python
108
- uses: actions/setup-python@v2
109
110
python-version: '3.x'
111
0 commit comments