Skip to content

Commit a7625b3

Browse files
dependabot[bot]marcusdacoregio
authored andcommitted
Bump spring-io/spring-doc-actions from 0.0.15 to 0.0.16
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.15 to 0.0.16. - [Commits](spring-io/spring-doc-actions@v0.0.15...v0.0.16) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 215ca18 commit a7625b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
- name: ls existing cache
4343
run: ls ~/.cache/antora/collector-cache/spring-session-* || true
4444
- name: Publish Docs
45-
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15
45+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.16
4646
with:
4747
docs-username: ${{ secrets.DOCS_USERNAME }}
4848
docs-host: ${{ secrets.DOCS_HOST }}
4949
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5050
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
5151
- name: Bust Clouflare Cache
52-
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15
52+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.16
5353
with:
5454
context-root: spring-session
5555
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)