File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Check out repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Codespell
1919 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 2424 matrix :
2525 python-version : [3.11]
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 5757
5858
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 with :
6262 fetch-depth : 0
6363 - uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments