Skip to content

Commit 8d9c7f8

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

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].20
38+
uses: spring-io/spring-doc-actions/[email protected].22
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].20
45+
uses: spring-io/spring-doc-actions/[email protected].22
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@e28269199d1d27975cf7f65e16d6095c555b3cd0
18+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@415e2b11a766ba64799fffb5c97a4f7e17f677cf
1919
name: Update
2020
with:
2121
docs-branch: 'docs-build'

0 commit comments

Comments
 (0)