chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 #9

Open
renovate-bot wants to merge 1 commit from renovate/jamesives-github-pages-deploy-action-4.x into main
Member

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch v4.6.4 -> v4.6.8

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.8

Compare Source

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 - #​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. - #​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 @​v4). This was done to combat problems raised by #​1697.

Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8

v4.6.7

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

Compare Source

What's Changed

Bug Fixes 🐝
  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

Compare Source

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: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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.6.4` -> `v4.6.8` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.6.8`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8) [Compare Source](https://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: :bug: 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://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://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://github.com/JamesIves/github-pages-deploy-action/issues/1697). **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8 ### [`v4.6.7`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7) [Compare Source](https://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://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.6) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) #### What's Changed ##### Bug Fixes 🐝 - revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later. ### [`v4.6.5`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5) [Compare Source](https://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**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-09-27 21:01:11 +05:30
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.5 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 2024-09-27 23:31:24 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 681931d6af to 06f29926fd 2024-09-27 23:31:26 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.7 2024-09-28 18:01:03 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 06f29926fd to 139246e1e6 2024-09-28 18:01:03 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.7 to chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 2024-09-29 22:01:23 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 139246e1e6 to 6d801af82c 2024-09-29 22:01:24 +05:30 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jamesives-github-pages-deploy-action-4.x:renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x
git rebase main
git checkout main
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x
git rebase main
git checkout main
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout main
git merge --squash renovate/jamesives-github-pages-deploy-action-4.x
git checkout main
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout main
git merge renovate/jamesives-github-pages-deploy-action-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/docs#9
No description provided.