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 1111 python-version : ["3.10", "3.11", "3.12"]
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.12"
1616 - run : python -m pip install -U pip
Original file line number Diff line number Diff line change 2525 ref : ${{ github.event.inputs.ref || '' }}
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.12"
3131
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v5
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222
5555 python-version : ["3.10", "3.11", "3.12"]
5656 steps :
5757 - uses : actions/checkout@v5
58- - uses : actions/setup-python@v5
58+ - uses : actions/setup-python@v6
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Install package (dev)
You can’t perform that action at this time.
0 commit comments