File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 24
24
contents : write
25
25
steps :
26
26
- name : set up Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : " 3.12"
30
30
@@ -105,7 +105,7 @@ jobs:
105
105
ref : ${{ github.ref_name }}
106
106
107
107
- name : set up Python
108
- uses : actions/setup-python@v4
108
+ uses : actions/setup-python@v5
109
109
with :
110
110
python-version : " 3.12"
111
111
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v4
12
12
13
13
- name : set up Python ${{ matrix.python-version }}
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ${{ matrix.python-version }}
17
17
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v4
12
12
13
13
- name : set up Python ${{ matrix.python-version }}
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ${{ matrix.python-version }}
17
17
Original file line number Diff line number Diff line change
1
+ tabWidth : 2
You can’t perform that action at this time.
0 commit comments