Skip to content

Commit edccc78

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.3.3 (#1982)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ab19f3e commit edccc78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-main.yml

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

109109
- name: Deploy Asciidoc docs output to GitHub Pages
110-
uses: JamesIves/github-pages-deploy-action@v4.2.2
110+
uses: JamesIves/github-pages-deploy-action@v4.3.3
111111
with:
112112
branch: gh-pages # The branch the action should deploy to.
113113
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6161

6262
- name: Deploy Asciidoc docs output to GitHub Pages
63-
uses: JamesIves/github-pages-deploy-action@v4.2.2
63+
uses: JamesIves/github-pages-deploy-action@v4.3.3
6464
with:
6565
branch: gh-pages # The branch the action should deploy to.
6666
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.

0 commit comments

Comments
 (0)