Skip to content

v3.0.2

Latest
Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 17 Nov 00:01
· 2 commits to main since this release
v3.0.2
e6160e5

v3.0.1...v3.0.2

SHA256 checksum

62fecc49c98bdec0bba1ff1e5c2719f116e235769e0998090a7397473ef631e9  aqua-installer

Bug Fixes

#703 Fix the feature of the input enable_aqua_install.

  1. Update $PATH even if enable_aqua_install is false
  2. Stop running aqua i if enable_aqua_install isn't true

Others

#704 Update the bootstrap aqua version to v2.37.2
#666 refactor: Use $GITHUB_ACTION_PATH

We ever stopped using ${{ github.action_path }} and copied aqua-installer in action.yaml due to the bug of GitHub Actions. #463
But we noticed that $GITHUB_ACTION_PATH worked well in containers as well, so we use it instead of coping aqua-installer in action.yaml.