File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 ref : ${{ github.head_ref }}
1313 - name : Setup Python
14- uses : actions/setup-python@v1
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.14
1717 - name : Install Build Tools
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Setup Python
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - 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 4444 ref : dev
4545 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
4646 - name : Setup Python
47- uses : actions/setup-python@v1
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : 3.14
5050 - name : Install Build Tools
7373 ref : dev
7474
7575 - name : Setup Python
76- uses : actions/setup-python@v2
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : ' 3.14'
7979
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Set up python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install System Dependencies
You can’t perform that action at this time.
0 commit comments