File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 # - name: Output event
2222 # run: echo "${{ toJSON(github.event) }}"
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Get all directories
2525 id : get-top-level-directories
2626 run : |
@@ -201,7 +201,7 @@ jobs:
201201 run : |
202202 helm repo add wildfly https://docs.wildfly.org/wildfly-charts/
203203 helm repo update wildfly
204- - uses : actions/checkout@v5
204+ - uses : actions/checkout@v6
205205 - name : Set up Go
206206 uses : actions/setup-go@v6
207207 with :
Original file line number Diff line number Diff line change 1919 jdk : [17, 25]
2020 os : [ubuntu-latest, windows-latest]
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 path : quickstarts
2525 - name : Set up JDK ${{ matrix.jdk }}
5757 jdk : [17, 25]
5858 os : [ubuntu-latest, windows-latest]
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 with :
6262 path : quickstarts
6363 - uses : actions/download-artifact@v7
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out tag to publish
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 ref : ${{ inputs.tag }}
3232 - name : Set up JDK
Original file line number Diff line number Diff line change 7878 jdk : ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
7979 os : ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 with :
8383 path : quickstarts
8484 - name : Set up JDK ${{ matrix.jdk }}
@@ -175,7 +175,7 @@ jobs:
175175 jdk : ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
176176 os : ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
177177 steps :
178- - uses : actions/checkout@v5
178+ - uses : actions/checkout@v6
179179 with :
180180 path : quickstarts
181181 - uses : actions/download-artifact@v7
Original file line number Diff line number Diff line change 4141 jdk : ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
4242 os : ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 path : quickstarts
4747 - name : Set up JDK ${{ matrix.jdk }}
@@ -140,7 +140,7 @@ jobs:
140140 jdk : ${{ fromJSON(needs.Matrix-Setup.outputs.jdk) }}
141141 os : ${{ fromJSON(needs.Matrix-Setup.outputs.os) }}
142142 steps :
143- - uses : actions/checkout@v5
143+ - uses : actions/checkout@v6
144144 with :
145145 path : quickstarts
146146 - uses : actions/download-artifact@v7
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Install Asciidoctor Reducer
2020 run : sudo gem install asciidoctor-reducer
2121 - name : Reduce README
You can’t perform that action at this time.
0 commit comments