File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020 - name : Setup Python
21- uses : actions/setup-python@v3
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install Build Tools
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v3
1616 - name : Setup Python
17- uses : actions/setup-python@v3
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.14
2020 - name : Install Build Tools
Original file line number Diff line number Diff line change 2424 ref : dev
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
2626 - name : Setup Python
27- uses : actions/setup-python@v1
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.14
3030 - name : Install Build Tools
Original file line number Diff line number Diff line change 2727 ref : dev
2828 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
2929 - name : Setup Python
30- uses : actions/setup-python@v1
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.14
3333 - name : Install Build Tools
7070 ref : dev
7171
7272 - name : Setup Python
73- uses : actions/setup-python@v2
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : ' 3.14'
7676
You can’t perform that action at this time.
0 commit comments