pantsbuild/actions v10 is now available! To upgra...
# announce
p
pantsbuild/actions v10 is now available! To upgrade the
init-pants
action, put
uses: pantsbuild/actions/init-pants@v10
in your GHA workflow. Thanks to @thousands-dream-76050 for his first contribution: a new
get-pants-version
input param which gets passed in
./get-pants.sh --version ...
. If you use the
init-pants
action with
setup-python-for-plugins=true
, then you will need this update before upgrading to pants 2.25+. This update has the action install python 3.11 instead of 3.9 for pants 2.25+ Check out the release notes https://github.com/pantsbuild/actions/releases/tag/v10 for more details about these new features.
👖 1