File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6262 echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
6363
6464 - name : Set up Python 3.13
65- uses : actions/setup-python@v4
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : ' 3.13'
6868
Original file line number Diff line number Diff line change 2828 git checkout ${{ steps.latest_tag.outputs.LATEST_TAG }}
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.9'
3434
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ' 3.9'
3939
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ' 3.9'
3838
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v3
2222
2323 - name : Setup Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : 3.9
2727
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.9'
3232
Original file line number Diff line number Diff line change 4141 fetch-depth : 0
4242
4343 - name : Set up Python
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747
You can’t perform that action at this time.
0 commit comments