Skip to content

Commit 2b5af9f

Browse files
Merge pull request #2203 from webcomponents/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4.4.2
2 parents 1e7c658 + 9dba0d7 commit 2b5af9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm run build
2222
2323
- name: Deploy
24-
uses: JamesIves/[email protected].1
24+
uses: JamesIves/[email protected].2
2525
with:
2626
branch: gh-pages # The branch the action should deploy to.
2727
folder: out # The folder the action should deploy.

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Deploy Preview
2727
if: ${{github.event_name == 'pull_request' && !(github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')}}
28-
uses: JamesIves/[email protected].1
28+
uses: JamesIves/[email protected].2
2929
with:
3030
branch: gh-pages
3131
folder: out

0 commit comments

Comments
 (0)