Skip to content

Commit 0fb0d00

Browse files
author
Corneil du Plessis
committed
Update versions of spring plugins
1 parent 9253eaf commit 0fb0d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 5
2323
- name: Set Up Gradle
24-
uses: spring-io/spring-gradle-build-action@v2
24+
uses: spring-io/spring-gradle-build-action@v3
2525
with:
2626
java-version: '17'
2727
distribution: temurin
@@ -36,14 +36,14 @@ jobs:
3636
- name: Copy the cache to be included in the site
3737
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
3838
- name: Publish Docs
39-
uses: spring-io/spring-doc-actions/[email protected].11
39+
uses: spring-io/spring-doc-actions/[email protected].18
4040
with:
4141
docs-username: ${{ secrets.DOCS_USERNAME }}
4242
docs-host: ${{ secrets.DOCS_HOST }}
4343
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4444
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4545
- name: Bust Clouflare Cache
46-
uses: spring-io/spring-doc-actions/[email protected].11
46+
uses: spring-io/spring-doc-actions/[email protected].18
4747
with:
4848
context-root: spring-shell
4949
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)