Skip to content

Commit e287ace

Browse files
committed
Scie-pants bump
1 parent a18485f commit e287ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- uses: pantsbuild/actions/init-pants@v4-scie-pants
29+
- uses: pantsbuild/actions/init-pants@v5-scie-pants
3030
# This action bootstraps pants and manages 2-3 GHA caches.
3131
# See: github.com/pantsbuild/actions/tree/main/init-pants/
3232
with:
@@ -35,7 +35,7 @@ jobs:
3535
gha-cache-key: v0
3636
# The Python backend uses named_caches for Pip/PEX state,
3737
# so it is appropriate to invalidate on lockfile changes.
38-
named-caches-hash: ${{ hashFiles('lockfiles/*.txt') }}
38+
named-caches-hash: ${{ hashFiles('lockfiles/*') }}
3939
# If you're not using a fine-grained remote caching service (see https://www.pantsbuild.org/docs/remote-caching),
4040
# then you may also want to preserve the local Pants cache (lmdb_store). However this must invalidate for
4141
# changes to any file that can affect the build, so may not be practical in larger repos.

0 commit comments

Comments
 (0)