Skip to content

Commit a5cb0c9

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4 (#1627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent fe11fe4 commit a5cb0c9

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
@@ -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/github-pages-deploy-action@3.7.1
87+
uses: JamesIves/github-pages-deploy-action@4.1.5
8888
with:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
BRANCH: gh-pages # The branch the action should deploy to.

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

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

5151
- name: Deploy Asciidoc docs output to GitHub Pages
52-
uses: JamesIves/github-pages-deploy-action@3.7.1
52+
uses: JamesIves/github-pages-deploy-action@4.1.5
5353
with:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)