fontsource / search-directory

A search directory website for the Fontsource monorepo.
https://fontsource.org
MIT License
3 stars 1 forks source link

Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.0 #80

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.0.

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

4.1.0

Major Changes

  • This action now supports self-hosted GitHub instances such as GitHub Enterprise. The GitHub Actions runner passes down the server url of the GitHub instance it's running on which is what the deployment step will use going forward to determine where it needs to make requests to. If you have any issues with this feature please create an issue. For more details about how to use an open source action on GitHub Enterprise please refer to the official GitHub documentation.

Minor Changes

  • Dependency updates across the board.

4.0.0 πŸŽ‰

πŸŽ‰ Version 4 is here! Please refer to the migration guide for information on breaking changes if you were previously using version 3. πŸŽ‰

Spaced

Major Changes ⚑

  • All inputs should are now kebab case/lowercase as opposed to snake case.
  • GITHUB_TOKEN is no longer required, if you rely on the default authentication method you can simply remove this field.
  • If you rely on an ACCESS_TOKEN to make your deployments you now need to use the token input. Please refer to the migration guide for more information.
  • SSH is now ssh-key and can accept either true or a private SSH key. Please refer to the README or/and migration guide for more details about how this works in this version.
  • The LFS option is now deprecated.
  • The 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.
  • Integration tests now run on every pull request.

Minor Changes πŸ“œ

  • You can now use the dry-run input to verify compatibility in your workflow without pushing to the branch. Check out the README for additional details.
  • ESlint is now enabled for unit tests.
  • CodeQL is now enabled on all incoming pull requests.
  • Release branch based dependencies are now automatically generated on a commit to a releases/* branch using GitHub Actions.
  • Integration tests now point to version 4.
  • Security documentation has been updated.
  • GitHub Codespaces support has been enabled for the project.
  • You no longer need to set preserve-credentials: false on the actions/checkout step. The deployment step will now appropriately discard the baked configuration before making its deployment.
  • Updated logo/meta image provided by Paganini.

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.

4.0.0 Beta 03

Changelog

  • Sets up native support for SSH configuration. You can also use a third party client by passing in true to the ssh-key input. For clarity the ssh input has been deprecated.
  • Points integration tests to the v4 branch.
  • Improves the clean exclusion experience.
  • All inputs are now lowercase to match other official actions.
  • Inputs are now hyphenated instead of snaked, ie CLEAN_EXCLUDE is now clean-exclude.
  • Updated security documents with the new release.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #88.