Skip to content

Commit 02b1fcf

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0 (#8088)
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.7.6` → `v4.8.0` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.8.0`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.8.0) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.7.6...v4.8.0) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Build 🔧 - **Migrate from Node.js 20 to Node.js 24 LTS** - build(deps-dev): bump the eslint group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1920](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1920) - build(deps): bump the actions group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1931](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1931) - build(deps): bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 2.0.0 to 2.0.1 in the actions group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1933](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1933) - build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1932](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1932) - build(deps): bump the actions group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1942](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1942) - build(deps): bump the eslint group across 1 directory with 4 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1938](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1938) - build(deps): bump typescript-eslint from 8.49.0 to 8.50.0 in the typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1937](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1937) - build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1936](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1936) - build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1935](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1935) **Full Changelog**: <JamesIves/github-pages-deploy-action@v4...v4.8.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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee1796f commit 02b1fcf

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@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
44+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
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
@@ -85,7 +85,7 @@ jobs:
8585
NODE_OPTIONS: '--max-old-space-size=4096'
8686

8787
- name: Deploy 🚀
88-
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
88+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
8989
if: ${{ github.ref == 'refs/heads/main' }}
9090
with:
9191
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)