File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 # Need to fetch more than the last commit so that setuptools_scm can
3636 # create the correct version string. If the number of commits since
8989
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v5
92+ uses : actions/checkout@v6
9393 with :
9494 # The GitHub token is preserved by default but this job doesn't need
9595 # to be able to push to GitHub.
Original file line number Diff line number Diff line change 2525 REQUIREMENTS : env/requirements-build.txt env/requirements-style.txt
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 5454
5555 # Checks-out your repository under $GITHUB_WORKSPACE
5656 - name : Checkout
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 with :
5959 # Need to fetch more than the last commit so that setuptools_scm can
6060 # create the correct version string. If the number of commits since
You can’t perform that action at this time.
0 commit comments