We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9d853 commit fe11ee9Copy full SHA for fe11ee9
.github/actions/init-pants/action.yaml
@@ -13,7 +13,7 @@ runs:
13
using: "composite"
14
steps:
15
- name: Initialize Pants and its GHA caches
16
- uses: pantsbuild/actions/init-pants@v9
+ uses: pantsbuild/actions/init-pants@v10
17
# This action adds an env var to make pants use both pants.ci.toml & pants.toml.
18
# This action also creates 3 GHA caches (1 is optional).
19
# - `pants-setup` has the bootsrapped pants install
0 commit comments