File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v5
20
20
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v5
20
20
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
Original file line number Diff line number Diff line change 18
18
fetch-depth : 2
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
Original file line number Diff line number Diff line change 21
21
run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : " 3.13"
27
27
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v5
25
25
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
You can’t perform that action at this time.
0 commit comments