Skip to content

Tags: pantsbuild/actions

Tags

v9

Toggle v9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v8

Toggle v8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: Bump setup-python from v4 to v5 (#29)

https://github.com/actions/setup-python/releases/tag/v5.0.0
setup-python@v4 is using the deprecated node16 version.
Upgrade to setup-python@v5 version using node20 version.

v7

Toggle v7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v6-scie-pants

Toggle v6-scie-pants's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`.

v5-scie-pants

Toggle v5-scie-pants's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't download `get-pants.sh` into repo root. (#18)

Downloading into the repo root will cause subsequent `pants tailor --check`
calls to fail (unless there happens to be a `shell_sources` target in the build root).
Download into `/tmp` instead.

v4-scie-pants

Toggle v4-scie-pants's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure get-pants.sh is runnable after downloading it. (#17)

v3-scie-pants

Toggle v3-scie-pants's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the init-pants action to work with scie-pants. (#16)

v2

Toggle v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix cache key/restore key mismatch. (#14)

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade actions to fix `set-output` warnings (#10)