Skip to content

Commit 7442607

Browse files
committed
Increment github-pages-deploy-action version
1 parent bcb37a3 commit 7442607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Deploy docs to website
4141
if: ${{ github.ref == 'refs/heads/main' }}
42-
uses: JamesIves/github-pages-deploy-action@releases/v3
42+
uses: JamesIves/github-pages-deploy-action@v4
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
BRANCH: site

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: mvn javadoc:javadoc
3535

3636
- name: Deploy docs to website
37-
uses: JamesIves/github-pages-deploy-action@releases/v3
37+
uses: JamesIves/github-pages-deploy-action@v4
3838
with:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
BRANCH: site

0 commit comments

Comments
 (0)