Skip to content

Commit

Permalink
Update versions of spring plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Dec 12, 2024
1 parent 9253eaf commit 0fb0d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected].11
uses: spring-io/spring-doc-actions/[email protected].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/[email protected].11
uses: spring-io/spring-doc-actions/[email protected].18
with:
context-root: spring-shell
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
Expand Down

0 comments on commit 0fb0d00

Please sign in to comment.