File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 # Checkout current git repository
3030 - name : Checkout
31- uses : actions/checkout@v4.0 .0
31+ uses : actions/checkout@v4.1 .0
3232 with :
3333 # fetch all history so that setuptools-scm works
3434 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 - name : Checkout the repository
24- uses : actions/checkout@v4.0 .0
24+ uses : actions/checkout@v4.1 .0
2525 with :
2626 path : repository
2727
2828 - name : Checkout the documentation
29- uses : actions/checkout@v4.0 .0
29+ uses : actions/checkout@v4.1 .0
3030 with :
3131 ref : gh-pages
3232 path : documentation
Original file line number Diff line number Diff line change 5858 steps :
5959 # Checkout current git repository
6060 - name : Checkout
61- uses : actions/checkout@v4.0 .0
61+ uses : actions/checkout@v4.1 .0
6262 with :
6363 # fetch all history so that setuptools-scm works
6464 fetch-depth : 0
@@ -126,7 +126,7 @@ jobs:
126126 run : make -C doc clean all
127127
128128 - name : Checkout the gh-pages branch
129- uses : actions/checkout@v4.0 .0
129+ uses : actions/checkout@v4.1 .0
130130 with :
131131 ref : gh-pages
132132 # Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 3333 steps :
3434 # Checkout current git repository
3535 - name : Checkout
36- uses : actions/checkout@v4.0 .0
36+ uses : actions/checkout@v4.1 .0
3737 with :
3838 # fetch all history so that setuptools-scm works
3939 fetch-depth : 0
Original file line number Diff line number Diff line change 8787 steps :
8888 # Checkout current git repository
8989 - name : Checkout
90- uses : actions/checkout@v4.0 .0
90+ uses : actions/checkout@v4.1 .0
9191 with :
9292 # fetch all history so that setuptools-scm works
9393 fetch-depth : 0
Original file line number Diff line number Diff line change 5353 steps :
5454 # Checkout current git repository
5555 - name : Checkout
56- uses : actions/checkout@v4.0 .0
56+ uses : actions/checkout@v4.1 .0
5757 if : github.event_name != 'repository_dispatch'
5858 with :
5959 # fetch all history so that setuptools-scm works
7070
7171 # Checkout the pull request branch
7272 - name : Checkout
73- uses : actions/checkout@v4.0 .0
73+ uses : actions/checkout@v4.1 .0
7474 if : github.event_name == 'repository_dispatch'
7575 with :
7676 token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 4545 steps :
4646 # Checkout current git repository
4747 - name : Checkout
48- uses : actions/checkout@v4.0 .0
48+ uses : actions/checkout@v4.1 .0
4949 with :
5050 # fetch all history so that setuptools-scm works
5151 fetch-depth : 0
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4.0 .0
24+ uses : actions/checkout@v4.1 .0
2525 with :
2626 # fetch all history so that dvc diff works
2727 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 private_key : ${{ secrets.APP_PRIVATE_KEY }}
1919
2020 # Checkout the pull request branch
21- - uses : actions/checkout@v4.0 .0
21+ - uses : actions/checkout@v4.1 .0
2222 with :
2323 token : ${{ steps.generate-token.outputs.token }}
2424 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4.0 .0
41+ uses : actions/checkout@v4.1 .0
4242 with :
4343 # fetch all history so that setuptools-scm works
4444 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments