Skip to content

Commit fc21353

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (SAP#6665)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JamesIves/github-pages-deploy-action](https://redirect.github.com/JamesIves/github-pages-deploy-action) | action | minor | `v4.6.9` -> `v4.7.1` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.7.1`](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.7.0...v4.7.1) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.7.0...v4.7.1) ### [`v4.7.0`](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.9...v4.7.0) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.9...v4.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6954d95 commit fc21353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/github-pages-deploy-action@v4.6.9
44+
uses: JamesIves/github-pages-deploy-action@v4.7.1
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
NODE_OPTIONS: '--max-old-space-size=4096'
128128

129129
- name: Deploy 🚀
130-
uses: JamesIves/github-pages-deploy-action@v4.6.9
130+
uses: JamesIves/github-pages-deploy-action@v4.7.1
131131
with:
132132
branch: gh-pages # The branch the action should deploy to.
133133
folder: .out # The folder the action should deploy.

0 commit comments

Comments
 (0)