Skip to content

Commit a33b9ce

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.6 (#8014)
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.7.4` -> `v4.7.6` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.7.6`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.6) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.7.5...v4.7.6) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Build 🔧 - build(deps): bump typescript-eslint from 8.48.1 to 8.49.0 in the typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1930](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1930) **Full Changelog**: <JamesIves/github-pages-deploy-action@v4...v4.7.6> ### [`v4.7.5`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.5) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.7.4...v4.7.5) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> ##### What's Changed ##### Bug Fixes 🐛 - fix: integration tests failing on Debian Buster EOL by [@&#8203;JamesIves](https://redirect.github.com/JamesIves) in [#&#8203;1918](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1918) - fix: cross-repo deployment with actions/checkout\@&#8203;v6 includeIf credentials by [@&#8203;JamesIves](https://redirect.github.com/JamesIves) in [#&#8203;1929](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1929) ##### Build 🔧 - build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1923](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1923) - build(deps): bump typescript-eslint from 8.46.3 to 8.46.4 in the typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1921](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1921) - build(deps): bump typescript-eslint from 8.46.4 to 8.48.0 in the typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1924](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1924) - build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1926](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1926) - build(deps): bump typescript-eslint from 8.48.0 to 8.48.1 in the typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1925](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1925) - build(deps): bump actions/setup-node from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1927](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1927) **Full Changelog**: <JamesIves/github-pages-deploy-action@v4...v4.7.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffbcc6d commit a33b9ce

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@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
44+
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
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@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
88+
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
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)