File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v5
1010
1111 - name : Install Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : ' 3.x'
1515
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Setup Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.12"
1919
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.x'
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 5555 - uses : actions/checkout@v5
5656
5757 - name : Setup Python
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.12'
2020
Original file line number Diff line number Diff line change 2222 - name : Checkout repository
2323 uses : actions/checkout@v5
2424 - name : Setup Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.13'
2828 - name : Install dfetch
You can’t perform that action at this time.
0 commit comments