v3.0.0 Initial Release
What's Changed
- Replaces all linuxbrew workarounds with Homebrew/actions/setup-homebrew by @mike-carey in #32
- Refactors deploy-to-s3-bucket action to allow a single file to be uploaded by @mike-carey in #34
- Accepts s3 options when updating lambda functions by @mike-carey in #39
- Puts deploy-to-s3-bucket back to only handling directories by @mike-carey in #38
- Adds a reusable workflow for deploying lambda functions by @mike-carey in #36
- Sets the content-type of the current version file by @mike-carey in #40
- Defaults the template when passing github.action_path to script rather than the input by @mike-carey in #42
- Defaults template in the composite action, rather than at the inputs by @mike-carey in #41
- Removes passing s3-tags to the deploy-lambda-function action by @mike-carey in #43
- Expands wildcards when uploading lambda code to s3 by @mike-carey in #44
- Removes
inputs.github-token
in favor ofsecrets.github-token
by @mike-carey in #45
Full Changelog: v2.6.4...v3.0.0