Skip to content

Commit 52b9b1a

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump spring-io/spring-doc-actions from 0.0.19 to 0.0.20
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.19 to 0.0.20. - [Commits](spring-io/spring-doc-actions@v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5ce2ba commit 52b9b1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- name: Run Antora
3636
run: ./gradlew antora
3737
- name: Publish Docs
38-
uses: spring-io/spring-doc-actions/[email protected].19
38+
uses: spring-io/spring-doc-actions/[email protected].20
3939
with:
4040
docs-username: ${{ secrets.DOCS_USERNAME }}
4141
docs-host: ${{ secrets.DOCS_HOST }}
4242
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4343
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4444
- name: Bust Cloudflare Cache
45-
uses: spring-io/spring-doc-actions/[email protected].19
45+
uses: spring-io/spring-doc-actions/[email protected].20
4646
with:
4747
context-root: spring-ldap
4848
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

.github/workflows/update-antora-ui-spring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Update on docs-build
1717
steps:
18-
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@c2038265125ec6f305a4a041d892ee44c156a754
18+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0
1919
name: Update
2020
with:
2121
docs-branch: 'docs-build'

0 commit comments

Comments
 (0)