Skip to content

Commit fe11ee9

Browse files
committed
Update init-pants action (py3.11 for pants-plugins)
1 parent 4e9d853 commit fe11ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/init-pants/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Initialize Pants and its GHA caches
16-
uses: pantsbuild/actions/init-pants@v9
16+
uses: pantsbuild/actions/init-pants@v10
1717
# This action adds an env var to make pants use both pants.ci.toml & pants.toml.
1818
# This action also creates 3 GHA caches (1 is optional).
1919
# - `pants-setup` has the bootsrapped pants install

0 commit comments

Comments
 (0)