From 0fb0d00ebe0241c2da0a633cc80cd83d7a851be6 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 12 Dec 2024 15:28:04 +0200 Subject: [PATCH] Update versions of spring plugins --- .github/workflows/deploy-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ebfb408b..bc14d5fd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 5 - name: Set Up Gradle - uses: spring-io/spring-gradle-build-action@v2 + uses: spring-io/spring-gradle-build-action@v3 with: java-version: '17' distribution: temurin @@ -36,14 +36,14 @@ jobs: - name: Copy the cache to be included in the site run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/ - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.18 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }} docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} - name: Bust Clouflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18 with: context-root: spring-shell cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}