chore(deps): update jamesives/github-pages-deploy-action action to v4 #92
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.6.2
->v4.4.3
Release Notes
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)
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/github-pages-deploy-action@v4.2.2
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.preserve-credentials: false
on theactions/checkout
step. The deployment step will now appropriately discard the baked configuration before making its deployment.Special Thanks 💖
Massive thank you to @Pike for all of their contributions to version 4. This release would not have been possible if it wasn't for them.
v3.7.1
Compare Source
Major Changes
You can now use absolute folder paths in your workflow. These can be used using the
~
syntax, for example:~/a/folder/based/on/root
. For most use cases placing just the folder name in this parameter will still be sufficient.Adds an initial check to ensure that the folder you're trying to deploy exists before it gets further down in the workflow. If it doesn't exist the action will exit with a helpful error message. Due some structural differences related to this change you should now only call
run
if you're using this as a node module in your own action. Running the individual deploy methods are now error prone and the direct use of them will eventually be deprecated. The README has been updated to reflect this.Minor Changes
NodeActionInterface
, this allows you to see the required parameters without all of the additional runtime data for GitHub Actions.dependabot.yml
file.rimraf
so Windows users can run the build script.Community
Special thanks to @subhashissuara @koooge @pheeel and @exuanbo for their contributions to this update. If you have any questions please reach out on our new GitHub Discussions board.
Sponsors
If you'd like to sponsor the maintenance of this project you can do so via GitHub Sponsors!
v3.7.0
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.