File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 with :
2929 ref : ${{ github.head_ref }}
3030 - name : Setup Python
31- uses : actions/setup-python@v1
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : 3.8
3434 - name : Install System Dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v6
1616 - name : Setup Python
17- uses : actions/setup-python@v1
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.8
2020 - name : Install Build Tools
Original file line number Diff line number Diff line change 2424 ref : master
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
2626 - name : Setup Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.11"
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@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.11"
5050 - name : Install Build Tools
7373 ref : dev
7474
7575 - name : Setup Python
76- uses : actions/setup-python@v5
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : ' 3.11'
7979
Original file line number Diff line number Diff line change 4141 steps :
4242 - uses : actions/checkout@v6
4343 - name : Set up python ${{ matrix.python-version }}
44- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - name : Install System Dependencies
You can’t perform that action at this time.
0 commit comments