Skip to content

Commit 78c9f8e

Browse files
dependabot[bot]onobc
authored andcommitted
Bump spring-io/spring-doc-actions in the development-dependencies group
Bumps the development-dependencies group with 1 update: [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions). Updates `spring-io/spring-doc-actions` from 0.0.21 to 0.0.22 - [Commits](spring-io/spring-doc-actions@v0.0.21...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 dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb69d96 commit 78c9f8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ jobs:
199199
run: |
200200
./gradlew antora
201201
- name: Publish Docs
202-
uses: spring-io/spring-doc-actions/[email protected].21
202+
uses: spring-io/spring-doc-actions/[email protected].22
203203
with:
204204
docs-username: ${{ secrets.DOCS_USERNAME }}
205205
docs-host: ${{ secrets.DOCS_HOST }}
206206
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
207207
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
208208
site-path: spring-pulsar-docs/build/site
209209
- name: Bust Clouflare Cache
210-
uses: spring-io/spring-doc-actions/[email protected].21
210+
uses: spring-io/spring-doc-actions/[email protected].22
211211
with:
212212
context-root: spring-pulsar
213213
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

.github/workflows/deploy-docs-adhoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
run: |
7272
./gradlew antora
7373
- name: Publish Docs
74-
uses: spring-io/spring-doc-actions/[email protected].21
74+
uses: spring-io/spring-doc-actions/[email protected].22
7575
with:
7676
docs-username: ${{ secrets.DOCS_USERNAME }}
7777
docs-host: ${{ secrets.DOCS_HOST }}
7878
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
7979
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
8080
site-path: spring-pulsar-docs/build/site
8181
- name: Bust Clouflare Cache
82-
uses: spring-io/spring-doc-actions/[email protected].21
82+
uses: spring-io/spring-doc-actions/[email protected].22
8383
with:
8484
context-root: spring-pulsar
8585
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)