File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event.client_payload.pull_request.head.ref }}
26
26
27
27
# Setup Python environment
28
- - uses : actions/setup-python@v5.3 .0
28
+ - uses : actions/setup-python@v5.4 .0
29
29
with :
30
30
python-version : ' 3.13'
31
31
Original file line number Diff line number Diff line change 48
48
persist-credentials : false
49
49
50
50
- name : Set up Python
51
- uses : actions/setup-python@v5.3 .0
51
+ uses : actions/setup-python@v5.4 .0
52
52
with :
53
53
python-version : ' 3.13'
54
54
Original file line number Diff line number Diff line change 28
28
29
29
# Setup Python
30
30
- name : Set up Python
31
- uses : actions/setup-python@v5.3 .0
31
+ uses : actions/setup-python@v5.4 .0
32
32
with :
33
33
python-version : ' 3.13'
34
34
Original file line number Diff line number Diff line change 37
37
38
38
# Setup Python
39
39
- name : Set up Python
40
- uses : actions/setup-python@v5.3 .0
40
+ uses : actions/setup-python@v5.4 .0
41
41
with :
42
42
python-version : ' 3.13'
43
43
You can’t perform that action at this time.
0 commit comments