Skip to content

Commit 34f974b

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.4 (#3625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c741ec commit 34f974b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo ${{ steps.project.outputs.version }}
8585

8686
- name: Deploy Asciidoc docs output to GitHub Pages
87-
uses: JamesIves/[email protected].3
87+
uses: JamesIves/[email protected].4
8888
with:
8989
branch: gh-pages # The branch the action should deploy to.
9090
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.

.github/workflows/release-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6666

6767
- name: Deploy Asciidoc docs output to GitHub Pages
68-
uses: JamesIves/[email protected].3
68+
uses: JamesIves/[email protected].4
6969
with:
7070
branch: gh-pages # The branch the action should deploy to.
7171
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
7272
target-folder: ${{ github.event.inputs.releaseversion }}
7373
clean: true # Automatically remove deleted files from the deploy branch
7474

7575
- name: Deploy Asciidoc docs output to GitHub Pages
76-
uses: JamesIves/[email protected].3
76+
uses: JamesIves/[email protected].4
7777
if: github.event.inputs.copyDocsToCurrent == 'true'
7878
with:
7979
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)