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

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

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action minor v4.6.4 -> v4.7.2

Release Notes

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

v4.7.2

Compare Source

What's Changed

Bug Fixes 🐝
Build 🔧

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

v4.7.1

Compare Source

What's Changed

Features

New Contributors

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

v4.7.0

Compare Source

What's Changed

Features
Build 🔧

New Contributors

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

v4.6.9

Compare Source

What's Changed

Dependencies 🤖
  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

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

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 | minor | `v4.6.4` -> `v4.7.2` | --- ### Release Notes <details> <summary>JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)</summary> ### [`v4.7.2`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.2) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.7.1...v4.7.2) <!-- Release notes generated using configuration in .github/release.yml at dev --> #### What's Changed ##### Bug Fixes 🐝 - fix: enable rsync mkpath to be backwards compatible with older Ubuntu versions by [@&#8203;JamesIves](https://github.com/JamesIves) in https://github.com/JamesIves/github-pages-deploy-action/pull/1757 ##### Build 🔧 - build(deps): bump the misc group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1756 **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.7.1...v4.7.2 ### [`v4.7.1`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.1) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.7.0...v4.7.1) <!-- Release notes generated using configuration in .github/release.yml at dev --> #### What's Changed ##### Features ✨ - feat: when `target-folder` is specified the action will now create any missing folders for you by [@&#8203;databasedav](https://github.com/databasedav) in https://github.com/JamesIves/github-pages-deploy-action/pull/1737 #### New Contributors - [@&#8203;databasedav](https://github.com/databasedav) made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1737 **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.1 ### [`v4.7.0`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.7.0) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.9...v4.7.0) <!-- Release notes generated using configuration in .github/release.yml at dev --> #### What's Changed ##### Features ✨ - feat: added the option to specify an `atttempt-limit` input, giving you the option to change how many attempts the action will make before failing by [@&#8203;databasedav](https://github.com/databasedav) in https://github.com/JamesIves/github-pages-deploy-action/pull/1737 ##### Build 🔧 - build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1710 - chore(deps): update dependencies by [@&#8203;JamesIves](https://github.com/JamesIves) in https://github.com/JamesIves/github-pages-deploy-action/pull/1732 - build(deps): bump typescript-eslint from 8.13.0 to 8.14.0 in the typescript group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1734 - build(deps-dev): bump the eslint group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1733 - build(deps): bump the misc group across 1 directory with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1743 - build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/JamesIves/github-pages-deploy-action/pull/1745 #### New Contributors - [@&#8203;databasedav](https://github.com/databasedav) made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1737 **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.7.0 ### [`v4.6.9`](https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.9) [Compare Source](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.8...v4.6.9) <!-- Release notes generated using configuration in .github/release.yml at releases/v4 --> #### What's Changed ##### Dependencies 🤖 - chore(deps): mass bump dependencies - chore(deps): switch to using `.node-version` instead of `.nvmrc` for Node dependency management. - chore(deps): updated node version to 22.11.0 for development **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.9 ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-09-27 21:06:01 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from 7d300aba00 to cb6998777f 2024-09-27 23:05:54 +05:30 Compare
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:05:55 +05:30
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 17:36:16 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from cb6998777f to d05a4ebc21 2024-09-28 17:36:17 +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 21:35:59 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from d05a4ebc21 to cbc1ed96bb 2024-09-29 21:36:00 +05:30 Compare
renovate-bot changed title from chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 to chore(deps): update jamesives/github-pages-deploy-action action to v4.7.2 2024-12-23 18:19:43 +05:30
renovate-bot force-pushed renovate/jamesives-github-pages-deploy-action-4.x from cbc1ed96bb to 06f62bbf77 2024-12-23 18:19:44 +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 master
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x
git rebase master
git checkout master
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout renovate/jamesives-github-pages-deploy-action-4.x
git rebase master
git checkout master
git merge --no-ff renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge --squash renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge --ff-only renovate/jamesives-github-pages-deploy-action-4.x
git checkout master
git merge renovate/jamesives-github-pages-deploy-action-4.x
git push origin master
Sign in to join this conversation.
No description provided.