File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Setup Python 3.12
25
- uses : actions/setup-python@v5.3 .0
25
+ uses : actions/setup-python@v5.4 .0
26
26
with :
27
27
python-version : ' 3.12'
28
28
architecture : x64
75
75
76
76
77
77
- name : Setup Python 3.12
78
- uses : actions/setup-python@v5.3 .0
78
+ uses : actions/setup-python@v5.4 .0
79
79
with :
80
80
python-version : ' 3.12'
81
81
architecture : x64
Original file line number Diff line number Diff line change 18
18
19
19
20
20
- name : Setup Latest Python
21
- uses : actions/setup-python@v5.3 .0
21
+ uses : actions/setup-python@v5.4 .0
22
22
with :
23
23
python-version : 3.12
24
24
architecture : x64
56
56
57
57
58
58
- name : Setup Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@v5.3 .0
59
+ uses : actions/setup-python@v5.4 .0
60
60
with :
61
61
python-version : ${{ matrix.python-version }}
62
62
architecture : x64
You can’t perform that action at this time.
0 commit comments