Skip to content

Commit 266955d

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 (#6413)
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.4` -> `v4.6.8` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.6.8`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.7...v4.6.8) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Bug Fixes 🐝 - fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - [#&#8203;1694](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1694). - fix: Resolved a rare deployment error where the action would complain that `origin/${branch_name} is not a commit and a branch cannot be created from it`. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - [#&#8203;1689](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1689). ##### Testing 🧪 - test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (`ie @&#8203;v4`). This was done to combat problems raised by [#&#8203;1697](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1697). **Full Changelog**: JamesIves/github-pages-deploy-action@v4...v4.6.8 ### [`v4.6.7`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.6.7) #### What's Changed ##### Bug Fixes 🐝 - fix: resolved an issue where `main.js` was not found in the v4 major tag. ### [`v4.6.6`](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) ### [`v4.6.5`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.4...v4.6.5) <!-- 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 full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances. **Full Changelog**: JamesIves/github-pages-deploy-action@v4...v4.6.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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9178f8 commit 266955d

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/[email protected].4
44+
uses: JamesIves/[email protected].8
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/[email protected].4
130+
uses: JamesIves/[email protected].8
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)