Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JamesIves/github-pages-deploy-action action to v4.6.1 #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action minor v4.2.2 -> v4.6.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.6.1

Compare Source

What's Changed

Fixes
  • Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.
Dependencies

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Dependency updates

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.2

v4.4.1

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.1

v4.4.0

Compare Source

What's Changed

New Contributors

Sponsors ❤️

github  

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.0

v4.3.4

Compare Source

Minor Changes

  • The branch parameter is no longer required. It now defaults to gh-pages.
  • Linting scripts have been updated to ensure that everything across the repo gets picked up.
  • Numerous dependency updates.

New Contributors

Sponsors ❤️

github  

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.3.4

v4.3.3

Compare Source

Changes

  • Resolves an issue in some workflows that were caused by a recent change to permission handling.

v4.3.2

Compare Source

Changes

  • Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run.

v4.3.1

Compare Source

Changes

  • Resolves an issue caused by Git 2.36 when running the action within a container.
    • The working directory is now added to the safe.directory global directory.
    • Integration tests have been updated so one of the samples run in a Docker container so this gets picked up by integration tests in the future.

v4.3.0

Compare Source

Changes

  • Implements a new option available behind a flag, force. If set to false the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future version false will be set as the default. Massive thanks to @​rossjrw for this feature addition.
  • Modified the Node version which the action is developed/tested against from 14 to 16.

Minor Changes

  • Third-party dependency updates.
  • Test coverage improvements.

v4.2.5

Compare Source

Minor Changes

  • Corrects an issue in the publishing pipeline that was causing workflow failures.

v4.2.4

Compare Source

Minor Changes

v4.2.3

Compare Source

Minor Changes

  • Improved action logging. This is part 1 or 2 updates that will make the logs easier to traverse. Warnings and notices are now provided so you don't need to expand the logs to get the termination message.
  • Dependency bumps across the board.

Configuration

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

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.2.3 Update JamesIves/github-pages-deploy-action action to v4.2.5 Feb 16, 2022
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 7fae110 to f5ec367 Compare February 16, 2022 15:15
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.2.5 Update JamesIves/github-pages-deploy-action action to v4.3.2 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from f5ec367 to 43f18c6 Compare April 24, 2022 17:33
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.3.2 Update JamesIves/github-pages-deploy-action action to v4.3.3 May 16, 2022
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 43f18c6 to 1fb613c Compare May 16, 2022 02:15
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 1fb613c to 5c6dc6b Compare September 25, 2022 15:32
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.3.3 Update JamesIves/github-pages-deploy-action action to v4.4.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 5c6dc6b to 257670a Compare November 20, 2022 10:05
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.4.0 Update JamesIves/github-pages-deploy-action action to v4.4.1 Nov 20, 2022
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.4.1 Update JamesIves/github-pages-deploy-action action to v4.4.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 257670a to efe007b Compare May 28, 2023 09:25
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.4.2 Update JamesIves/github-pages-deploy-action action to v4.4.3 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from efe007b to adfece0 Compare July 12, 2023 01:58
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.4.3 Update JamesIves/github-pages-deploy-action action to v4.5.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from adfece0 to 50f24a3 Compare November 28, 2023 03:34
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.5.0 Update JamesIves/github-pages-deploy-action action to v4.6.0 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 50f24a3 to 5b23892 Compare April 17, 2024 14:33
@renovate renovate bot force-pushed the renovate/jamesives-github-pages-deploy-action-4.x branch from 5b23892 to a439d4f Compare May 18, 2024 15:57
@renovate renovate bot changed the title Update JamesIves/github-pages-deploy-action action to v4.6.0 Update JamesIves/github-pages-deploy-action action to v4.6.1 May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants