File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 # gt-placeholder-runs-on-end
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131
3232 # gt-placeholder-install-dependencies-start
3333 # gt-placeholder-install-dependencies-end
Original file line number Diff line number Diff line change 6666 } && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
6767 # end install.doc.sh
6868 # gt-placeholder-gh-action-checkout-1-start
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 # gt-placeholder-gh-action-checkout-1-end
7171 - id : set-matrix
7272 run : |
@@ -114,7 +114,7 @@ jobs:
114114 } && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
115115 # end install.doc.sh
116116 # gt-placeholder-gh-action-checkout-2-start
117- - uses : actions/checkout@v5
117+ - uses : actions/checkout@v6
118118 # gt-placeholder-gh-action-checkout-2-end
119119 - name : reset gpg keys
120120 run : gt reset --gpg-only true -r "${{ matrix.remote }}"
@@ -163,7 +163,7 @@ jobs:
163163 runs-on : ubuntu-latest
164164 steps :
165165 # gt-placeholder-gh-action-checkout-3-start
166- - uses : actions/checkout@v5
166+ - uses : actions/checkout@v6
167167 # gt-placeholder-gh-action-checkout-3-end
168168 - name : check if signing key already are or will expire within the next 3 months
169169 run : |
Original file line number Diff line number Diff line change 1515 name : before-pr.sh
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Setup JDK 17
2020 uses : actions/setup-java@v5
2121 with :
3434 outputs :
3535 matrix : ${{ steps.set-matrix.outputs.matrix }}
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 1
4040 - id : set-matrix
5151 env :
5252 JAVA_VERSION : ${{ matrix.java_version }}
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - name : " Set up JDK ${{ matrix.java_version }}"
5656 uses : actions/setup-java@v5
5757 with :
You can’t perform that action at this time.
0 commit comments