Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23902b6

Browse filesBrowse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.4 (#6305)
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 | patch | `v4.6.3` -> `v4.6.4` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.6.4`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.4) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.3...v4.6.4) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed #### What's Changed ##### Bug Fixes 🐝 - fix: resolved an issue where the default config was not being applied to the non-action version of the project. ##### Build 🔧 - build(deps): bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1639](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1639) - build(deps): bump the misc group across 1 directory with 6 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1642](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1642) - build(deps): bump the misc group across 1 directory with 8 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1648](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1648) - build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1649](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1649) - build(deps): bump micromatch from 4.0.4 to 4.0.8 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1679](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1679) **Full Changelog**: JamesIves/github-pages-deploy-action@v4...v4.6.4 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4227642 commit 23902b6
Copy full SHA for 23902b6

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/docs-stable.yml

Copy file name to clipboardExpand all lines: .github/workflows/docs-stable.yml
+1-1Lines 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.3
44+
uses: JamesIves/github-pages-deploy-action@v4.6.4
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

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines 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.3
130+
uses: JamesIves/github-pages-deploy-action@v4.6.4
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.