Skip to content

Commit 8f37e31

Browse files
committed
Bump action versions
1 parent e91588a commit 8f37e31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 5
2424
- name: Set up JDK 17
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v5
2626
with:
2727
java-version: '17'
2828
distribution: 'temurin'
@@ -38,15 +38,15 @@ jobs:
3838
run: |
3939
./mvnw antora -Pdocs
4040
- name: Publish Docs
41-
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
41+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.22
4242
with:
4343
docs-username: ${{ secrets.DOCS_USERNAME }}
4444
docs-host: ${{ secrets.DOCS_HOST }}
4545
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4646
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4747
site-path: target/antora/site
4848
- name: Bust Cloudflare Cache
49-
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11
49+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.22
5050
with:
5151
context-root: spring-cloud-build
5252
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)