This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : Setup Python
45
45
if : steps.tag_version.outputs.release_type
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : 3.7
49
49
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
23
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ inputs.python-version }}
26
26
Original file line number Diff line number Diff line change 23
23
path : pyaction
24
24
clean : true
25
25
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ runs:
145
145
workdir : ${{ inputs.root }}/${{ inputs.workdir }}
146
146
147
147
- if : ${{ inputs.pylint == 'true' }}
148
- uses : actions/setup-python@v4
148
+ uses : actions/setup-python@v5
149
149
with :
150
150
python-version : ${{ inputs.python_version }}
151
151
cache : ' pip' # caching pip dependencies
@@ -171,7 +171,7 @@ runs:
171
171
project : ${{ inputs.toml }}
172
172
173
173
- if : ${{ inputs.pytest == 'true' || inputs.pypi_publish == 'true' }}
174
- uses : actions/setup-python@v4
174
+ uses : actions/setup-python@v5
175
175
with :
176
176
python-version : ${{ inputs.python_version }}
177
177
cache : ' pip' # caching pip dependencies
You can’t perform that action at this time.
0 commit comments