app icon indicating copy to clipboard operation
app copied to clipboard

chore(deps): bump maierj/fastlane-action from 1.4.0 to 3.0.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps maierj/fastlane-action from 1.4.0 to 3.0.0.

Release notes

Sourced from maierj/fastlane-action's releases.

Focus on Fastlane execution

This version removes some functionality that should rather be covered by a preceeding ruby/setup-ruby setup in your workflow. See README for all the details. The release also removes any remaining usage tracking code.

Increment Node Version

Incremented Node version to Node 16 (fixes maierj/fastlane-action#98)

Disable usage tracking by default

Because of an issue with the usage tracking service, the parameter to skip tracking is set to true by default.

Added dotenv support

This release adds support for passing a dotenv file name to the fastlane command (contribution by @​fahrenkrug). It also includes minor updates of dependencies.

Verbose option and documentation update

  • Updated the documentation to reflect that fastlane now supports Ruby 3
  • Added option to enable verbose output for fastlane

Documentation update

This release updates the recommended ruby version that this action should be used in connection with.

Removing Ruby version specification

This version removes the problematic, hardcoded Ruby version specification. That requires the developers that use the action to precede the fastlane step with a setup-ruby step. More details about how to migrate to this version can be found in the README.

Commits
  • 516faaa Clean up dependencies
  • 52be828 Clean up dependencies
  • ff1da42 Re-add subdirectory param
  • 7e1ba6f Update dependencies and refactor functionalities into other steps
  • ad57f55 Bump version in README.md
  • 862de2c Merge branch 'master' into development
  • 4944b57 Merge remote-tracking branch 'origin/master'
  • db301b1 Update node version
  • e61c14e Update action.yml
  • a17717b Bump version number
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Dec 12 '22 15:12 dependabot[bot]