Skip to content

Commit 2b3ae31

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.4.2 (#4642)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) | action | patch | `v4.4.1` -> `v4.4.2` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action</summary> ### [`v4.4.2`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.2) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2) #### What's Changed - Dependency updates **Full Changelog**: JamesIves/github-pages-deploy-action@v4...v4.4.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4b586f commit 2b3ae31

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
@@ -34,7 +34,7 @@ jobs:
3434
NODE_OPTIONS: '--max-old-space-size=4096'
3535

3636
- name: Deploy Docs
37-
uses: JamesIves/[email protected].1
37+
uses: JamesIves/[email protected].2
3838
with:
3939
branch: gh-pages # The branch the action should deploy to.
4040
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
@@ -116,7 +116,7 @@ jobs:
116116
NODE_OPTIONS: '--max-old-space-size=4096'
117117

118118
- name: Deploy 🚀
119-
uses: JamesIves/[email protected].1
119+
uses: JamesIves/[email protected].2
120120
with:
121121
branch: gh-pages # The branch the action should deploy to.
122122
folder: .out # The folder the action should deploy.

0 commit comments

Comments
 (0)