Tags: pantsbuild/actions
Tags
add init-pants action `input.experimental-remote-cache-via-gha` (#30) This makes the documented workflow step available via a simple boolean input flag: https://www.pantsbuild.org/2.20/docs/using-pants/remote-caching-and-execution/remote-caching#workflow Also, I noticed the README was out of date, so I updated it.
update GH cache action (#28) - v3 still uses node 16 which is deprecated - see https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ - see https://github.com/actions/cache/releases/tag/v4.0.0
init-pants: Support new `get-pants.sh` that installs in `~/.local/bin… …` instead of `~/bin` (#26) The newest version of `get-pants.sh` uses `~/.local/bin`: pantsbuild/setup#144 This PR has backwards-compatible support for older in-repo copies of the script that still use `~/bin`, but it defaults to the newer `~/.local/bin`.