File tree 4 files changed +4
-4
lines changed
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.1.1
28
+ - uses : actions/setup-python@v5.2.0
29
29
with :
30
30
python-version : ' 3.12'
31
31
Original file line number Diff line number Diff line change 51
51
fetch-depth : 0
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@v5.1.1
54
+ uses : actions/setup-python@v5.2.0
55
55
with :
56
56
python-version : ' 3.12'
57
57
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.1.1
31
+ uses : actions/setup-python@v5.2.0
32
32
with :
33
33
python-version : ' 3.12'
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.1.1
40
+ uses : actions/setup-python@v5.2.0
41
41
with :
42
42
python-version : ' 3.12'
43
43
You can’t perform that action at this time.
0 commit comments