File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 steps :
3535 # Checkout current git repository
3636 - name : Checkout
37- uses : actions/checkout@v4.2.1
37+ uses : actions/checkout@v4.2.2
3838 with :
3939 # fetch all history so that setuptools-scm works
4040 fetch-depth : 0
Original file line number Diff line number Diff line change 3636 steps :
3737 # Checkout current git repository
3838 - name : Checkout
39- uses : actions/checkout@v4.2.1
39+ uses : actions/checkout@v4.2.2
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 @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Checkout the repository
26- uses : actions/checkout@v4.2.1
26+ uses : actions/checkout@v4.2.2
2727 with :
2828 path : repository
2929
3030 - name : Checkout the documentation
31- uses : actions/checkout@v4.2.1
31+ uses : actions/checkout@v4.2.2
3232 with :
3333 ref : gh-pages
3434 path : documentation
Original file line number Diff line number Diff line change 6969 steps :
7070 # Checkout current git repository
7171 - name : Checkout
72- uses : actions/checkout@v4.2.1
72+ uses : actions/checkout@v4.2.2
7373 with :
7474 # fetch all history so that setuptools-scm works
7575 fetch-depth : 0
@@ -138,7 +138,7 @@ jobs:
138138 run : make -C doc clean all
139139
140140 - name : Checkout the gh-pages branch
141- uses : actions/checkout@v4.2.1
141+ uses : actions/checkout@v4.2.2
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 3535 steps :
3636 # Checkout current git repository
3737 - name : Checkout
38- uses : actions/checkout@v4.2.1
38+ uses : actions/checkout@v4.2.2
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 @@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 # Checkout current git repository
105105 - name : Checkout
106- uses : actions/checkout@v4.2.1
106+ uses : actions/checkout@v4.2.2
107107 with :
108108 # fetch all history so that setuptools-scm works
109109 fetch-depth : 0
Original file line number Diff line number Diff line change 4646 steps :
4747 # Checkout current git repository
4848 - name : Checkout
49- uses : actions/checkout@v4.2.1
49+ uses : actions/checkout@v4.2.2
5050 with :
5151 # fetch all history so that setuptools-scm works
5252 fetch-depth : 0
9696
9797 # Checkout current GMT repository
9898 - name : Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
99- uses : actions/checkout@v4.2.1
99+ uses : actions/checkout@v4.2.2
100100 with :
101101 repository : ' GenericMappingTools/gmt'
102102 ref : ${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 4444 steps :
4545 # Checkout current git repository
4646 - name : Checkout
47- uses : actions/checkout@v4.2.1
47+ uses : actions/checkout@v4.2.2
4848 with :
4949 # fetch all history so that setuptools-scm works
5050 fetch-depth : 0
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4.2.1
24+ uses : actions/checkout@v4.2.2
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.2.1
21+ - uses : actions/checkout@v4.2.2
2222 with :
2323 token : ${{ steps.generate-token.outputs.token }}
2424 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments