File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up Python 3.11
2525 uses : actions/setup-python@v5
2626 with :
Original file line number Diff line number Diff line change 1414 pre-commit-ci :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python
Original file line number Diff line number Diff line change 2323 permissions :
2424 id-token : write
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
Original file line number Diff line number Diff line change 2424
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Set up - ${{ matrix.os }} - Python ${{ matrix.python-version }}
2929 uses : actions/setup-python@v5
3030 with :
Original file line number Diff line number Diff line change 1919
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up - ${{ matrix.os }} - Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
You can’t perform that action at this time.
0 commit comments