File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242
4343 # Checks-out your repository under $GITHUB_WORKSPACE
4444 - name : Checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 # Need to fetch more than the last commit so that setuptools-scm can
4848 # create the correct version string. If the number of commits since
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Checkout
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 # Fetch the built docs from the "build" job
134134 - name : Download HTML documentation artifact
@@ -138,7 +138,7 @@ jobs:
138138 path : doc/_build/html
139139
140140 - name : Checkout the gh-pages branch in a separate folder
141- uses : actions/checkout@v4
141+ uses : actions/checkout@v5
142142 with :
143143 ref : gh-pages
144144 # Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 2929 steps :
3030 # Checks-out your repository under $GITHUB_WORKSPACE
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 # Need to fetch more than the last commit so that setuptools_scm can
3535 # create the correct version string. If the number of commits since
9898
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 with :
103103 # The GitHub token is preserved by default but this job doesn't need
104104 # to be able to push to GitHub.
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 persist-credentials : false
2626
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 with :
4747 persist-credentials : false
4848
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868 with :
6969 persist-credentials : false
7070
Original file line number Diff line number Diff line change 6868
6969 # Checks-out your repository under $GITHUB_WORKSPACE
7070 - name : Checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v5
7272 with :
7373 # Need to fetch more than the last commit so that setuptools-scm can
7474 # create the correct version string. If the number of commits since
You can’t perform that action at this time.
0 commit comments