chore(deps): update jamesives/github-pages-deploy-action action to v4 #72
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
rust
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mCaptcha/survey#72
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/jamesives-github-pages-deploy-action-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.7.1
->v4.6.1
Release Notes
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)
v4.6.1
Compare Source
What's Changed
Fixes
Dependencies
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.1
v4.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/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: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0
v4.4.3
Compare Source
What's Changed
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.3
v4.4.2
Compare Source
What's Changed
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.2
v4.4.1
Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.1
v4.4.0
Compare Source
What's Changed
New Contributors
Sponsors ❤️
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/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: https://github.com/JamesIves/github-pages-deploy-action/compare/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: https://github.com/JamesIves/github-pages-deploy-action/compare/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: https://github.com/JamesIves/github-pages-deploy-action/compare/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.
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 Renovate Bot.