Skip to content

Commit 47b93d1

Browse files
committed
Bump GitHub action dependencies.
1 parent 4d9c91d commit 47b93d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
- name: Run Antora
5252
run: ./mvnw -B antora
5353
- name: Publish Docs
54-
uses: spring-io/spring-doc-actions/[email protected].11
54+
uses: spring-io/spring-doc-actions/[email protected].18
5555
with:
5656
docs-username: ${{ secrets.DOCS_USERNAME }}
5757
docs-host: ${{ secrets.DOCS_HOST }}
5858
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5959
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
6060
site-path: target/antora/site
6161
- name: Bust Cloudflare Cache
62-
uses: spring-io/spring-doc-actions/[email protected].12
62+
uses: spring-io/spring-doc-actions/[email protected].18
6363
with:
6464
context-root: spring-vault
6565
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)