Update JamesIves/github-pages-deploy-action action to v4 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.1
->v4.6.9
Release Notes
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)
v4.6.9
Compare Source
What's Changed
Dependencies 🤖
.node-version
instead of.nvmrc
for Node dependency management.Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.9
v4.6.8
Compare Source
What's Changed
Bug Fixes 🐝
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 🧪
ie @​v4
). This was done to combat problems raised by #1697.Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8
v4.6.7
Compare Source
What's Changed
Bug Fixes 🐝
main.js
was not found in the v4 major tag.v4.6.6
Compare Source
What's Changed
Bug Fixes 🐝
v4.6.5
Compare Source
What's Changed
What's Changed
Bug Fixes 🐝
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5
v4.6.4
Compare Source
What's Changed
What's Changed
Bug Fixes 🐝
Build 🔧
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4
v4.6.3
Compare Source
What's Changed
Build 🔧
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3
v4.6.2
Compare Source
What's Changed
Dependencies 🤖
Full Changelog: JamesIves/github-pages-deploy-action@v4.6.1...v4.6.2
v4.6.1
Compare Source
What's Changed
Fixes
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
.gitignore
matches not being deployed by @sgasse in https://github.com/JamesIves/github-pages-deploy-action/pull/1459New 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
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 ❤️
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.0
v4.3.4
Compare Source
Minor Changes
branch
parameter is no longer required. It now defaults togh-pages
.New Contributors
Sponsors ❤️
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.3.4
v4.3.3
Compare Source
Changes
v4.3.2
Compare Source
Changes
v4.3.1
Compare Source
Changes
safe.directory
global directory.v4.3.0
Compare Source
Changes
force
. If set tofalse
the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future versionfalse
will be set as the default. Massive thanks to @rossjrw for this feature addition.14
to16
.Minor Changes
v4.2.5
Compare Source
Minor Changes
v4.2.4
Compare Source
Minor Changes
v4.2.3
Compare Source
Minor Changes
v4.2.2
Compare Source
Minor Changes
JamesIves/github-pages-deploy-action@v4
if you'd like to always have the most cutting edge changes outside of using the release branch directly.v
to be consistent with other officially provided actions by GitHub. You can useJamesIves/[email protected]
for instance. Dependabot should pick up this change automatically.v4.2.1
Compare Source
Minor Changes
v4.2.0
Compare Source
Happy New Year 2022!
Minor Changes
git mv
command prior to the workflow running. (#895)single-commit
to fail when usingrepository-name
if the branch name was equal from the origin to destination. (#665)v4.1.9
Compare Source
Minor Changes
v4.1.8
Compare Source
Minor Changes
New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8
v4.1.7
Compare Source
Minor Changes
npm ci
instead ofnpm install
in examples by @bananer in https://github.com/JamesIves/github-pages-deploy-action/pull/934git-config-email
option again. If you wish to omit this field entirely you must now provide<>
in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide agit-config-email
parameter at all. You can find an example of this below.New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7
v4.1.6
Compare Source
Minor Changes
git-config-email
option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for exampleAuthor Name <>
. You can find an example of how to utilize this below. #868v4.1.5
Compare Source
Minor Changes
v4.1.4
Compare Source
Minor Changes
v4.1.3
Compare Source
Minor Changes
v4.1.2
Compare Source
Minor Changes
docs
andci/docs
.v4.1.1
Compare Source
Minor Changes
format
is nowlint:format
for consistency.^
keyword in all dependencies within package.json.v4.1.0
Compare Source
Major Changes
Minor Changes
v4.0.0
: 🎉Compare Source
🎉 Version 4 is here! Please refer to the migration guide for information on breaking changes if you were previously using version 3. 🎉
Major Changes ⚡
GITHUB_TOKEN
is no longer required, if you rely on the default authentication method you can simply remove this field.ACCESS_TOKEN
to make your deployments you now need to use thetoken
input. Please refer to the migration guide for more information.SSH
is nowssh-key
and can accept eithertrue
or a private SSH key. Please refer to the README or/and migration guide for more details about how this works in this version.LFS
option is now deprecated.PRESERVE
option is no longer needed and is now deprecated.CLEAN_EXCLUDE
has a different syntax, please refer to the README or/and migration guide for more details.Minor Changes 📜
dry-run
input to verify compatibility in your workflow without pushing to the branch. Check out the README for additional details.releases/*
branch using GitHub Actions.Configuration
📅 Schedule: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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.
This PR was generated by Mend Renovate. View the repository job log.