File tree Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3636 steps :
3737 # Checkout current git repository
3838 - name : Checkout
39- uses : actions/checkout@v5 .0.1
39+ uses : actions/checkout@v6 .0.1
4040 with :
4141 # fetch all history so that setuptools-scm works
4242 fetch-depth : 0
Original file line number Diff line number Diff line change 3838 steps :
3939 # Checkout current git repository
4040 - name : Checkout
41- uses : actions/checkout@v5 .0.1
41+ uses : actions/checkout@v6 .0.1
4242 with :
4343 # fetch all history so that setuptools-scm works
4444 fetch-depth : 0
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v5 .0.1
38+ uses : actions/checkout@v6 .0.1
3939 with :
4040 # fetch all history so that setuptools-scm works
4141 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626
2727 steps :
2828 - name : Checkout the repository
29- uses : actions/checkout@v5 .0.1
29+ uses : actions/checkout@v6 .0.1
3030 with :
3131 path : repository
3232 persist-credentials : false
3333
3434 - name : Checkout the documentation
35- uses : actions/checkout@v5 .0.1
35+ uses : actions/checkout@v6 .0.1
3636 with :
3737 ref : gh-pages
3838 path : documentation
Original file line number Diff line number Diff line change 7272 steps :
7373 # Checkout current git repository
7474 - name : Checkout
75- uses : actions/checkout@v5 .0.1
75+ uses : actions/checkout@v6 .0.1
7676 with :
7777 # fetch all history so that setuptools-scm works
7878 fetch-depth : 0
@@ -168,7 +168,7 @@ jobs:
168168 REF_NAME : ${{ github.ref_name }}
169169
170170 - name : Checkout the gh-pages branch
171- uses : actions/checkout@v5 .0.1
171+ uses : actions/checkout@v6 .0.1
172172 with :
173173 ref : gh-pages
174174 # Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 3737 steps :
3838 # Checkout current git repository
3939 - name : Checkout
40- uses : actions/checkout@v5 .0.1
40+ uses : actions/checkout@v6 .0.1
4141 with :
4242 # fetch all history so that setuptools-scm works
4343 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 # Checkout current git repository
106106 - name : Checkout
107- uses : actions/checkout@v5 .0.1
107+ uses : actions/checkout@v6 .0.1
108108 with :
109109 # fetch all history so that setuptools-scm works
110110 fetch-depth : 0
Original file line number Diff line number Diff line change 4848 steps :
4949 # Checkout current git repository
5050 - name : Checkout
51- uses : actions/checkout@v5 .0.1
51+ uses : actions/checkout@v6 .0.1
5252 with :
5353 # fetch all history so that setuptools-scm works
5454 fetch-depth : 0
9494
9595 # Checkout current GMT repository
9696 - name : Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
97- uses : actions/checkout@v5 .0.1
97+ uses : actions/checkout@v6 .0.1
9898 with :
9999 repository : ' GenericMappingTools/gmt'
100100 ref : ${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 4646 steps :
4747 # Checkout current git repository
4848 - name : Checkout
49- uses : actions/checkout@v5 .0.1
49+ uses : actions/checkout@v6 .0.1
5050 with :
5151 # fetch all history so that setuptools-scm works
5252 fetch-depth : 0
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5 .0.1
28+ uses : actions/checkout@v6 .0.1
2929 with :
3030 # fetch all history so that dvc diff works
3131 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments