File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.13"
1919
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.13"
2222
4444 - uses : actions/checkout@v6
4545
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.13"
1919
You can’t perform that action at this time.
0 commit comments