[1.8.5] - 2022-10-20
Fixed
- Replaced the usage of GitHub Action's deprecated
set-output
with the new$GITHUB_OUTPUT
env file. - Handle alternate casing of boolean inputs in GitHub workflow YAML files (previously expected lowercase).
- Refactored entrypoint for improved maintainability, and ease of planned new functionality.
Dependencies
- Bumped pyaction from 4.7.0 to 4.11.0, which includes upgrading Python in the Docker container to 3.10.7.