File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,20 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 5
23
+ - name : Set Up Java
24
+ uses : actions/setup-java@v4
25
+ with :
26
+ distribution : ' liberica'
27
+ java-version : |
28
+ 17
29
+ 24
23
30
- name : Set Up Gradle
24
- uses : spring-io/spring -gradle-build-action@v2
31
+ uses : gradle/actions/setup -gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
25
32
with :
26
- java-version : ' 17'
27
- distribution : temurin
33
+ cache-read-only : false
28
34
- name : Set up refname build
29
35
if : github.event.inputs.build-refname
30
36
run : |
@@ -36,14 +42,14 @@ jobs:
36
42
- name : Copy the cache to be included in the site
37
43
run : cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
38
44
- name : Publish Docs
39
- uses :
spring-io/spring-doc-actions/[email protected] .11
45
+ uses :
spring-io/spring-doc-actions/[email protected] .20
40
46
with :
41
47
docs-username : ${{ secrets.DOCS_USERNAME }}
42
48
docs-host : ${{ secrets.DOCS_HOST }}
43
49
docs-ssh-key : ${{ secrets.DOCS_SSH_KEY }}
44
50
docs-ssh-host-key : ${{ secrets.DOCS_SSH_HOST_KEY }}
45
51
- name : Bust Clouflare Cache
46
- uses :
spring-io/spring-doc-actions/[email protected] .11
52
+ uses :
spring-io/spring-doc-actions/[email protected] .20
47
53
with :
48
54
context-root : spring-graphql
49
55
cloudflare-zone-id : ${{ secrets.CLOUDFLARE_ZONE_ID }}
You can’t perform that action at this time.
0 commit comments