From 48746e83a16baebce32c9c7c235b93334d4ef559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:07:37 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0 --- .github/workflows/build-main.yml | 2 +- .github/workflows/deploy-documentation.yml | 6 +++--- .github/workflows/release-to-maven-central.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 26c94e9183b..1610335ee16 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -88,7 +88,7 @@ jobs: run: ./mvnw -B --no-transfer-progress site - name: Deploy documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index c3454632084..db601a03f85 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -50,7 +50,7 @@ jobs: run: ./mvnw -B --no-transfer-progress -pl spring-boot-admin-docs site - name: Deploy documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build @@ -58,7 +58,7 @@ jobs: clean: true - name: Deploy redirect for /current to /${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages @@ -67,7 +67,7 @@ jobs: clean: true - name: Deploy deeplink redirect for /current/* to /${{ github.event.inputs.releaseversion }}/* - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages diff --git a/.github/workflows/release-to-maven-central.yml b/.github/workflows/release-to-maven-central.yml index 5280be1243b..8db018e2645 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -78,7 +78,7 @@ jobs: run: ./mvnw -B --no-transfer-progress -pl spring-boot-admin-docs site - name: Deploy documentation to GitHub Pages for version ${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build @@ -86,7 +86,7 @@ jobs: clean: true - name: Deploy redirect for /current to /${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages @@ -95,7 +95,7 @@ jobs: clean: true - name: Deploy deeplink redirect for /current/* to /${{ github.event.inputs.releaseversion }}/* - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages