Skip to content

Commit a9e412c

Browse files
Update JamesIves/github-pages-deploy-action action to v4.7.3 (#2540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4398daa commit a9e412c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm run build
2020
2121
- name: Deploy
22-
uses: JamesIves/github-pages-deploy-action@v4.4.3
22+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2323
with:
2424
branch: gh-pages # The branch the action should deploy to.
2525
folder: out # The folder the action should deploy.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Deploy Preview
2525
# Only run this job if the repository is NOT a fork and the actor is not dependabot or renovate
2626
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !(github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]') }}
27-
uses: JamesIves/github-pages-deploy-action@v4.4.3
27+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2828
with:
2929
branch: gh-pages
3030
folder: out

0 commit comments

Comments
 (0)