File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
- - uses : pantsbuild/actions/init-pants@v4 -scie-pants
29
+ - uses : pantsbuild/actions/init-pants@v5 -scie-pants
30
30
# This action bootstraps pants and manages 2-3 GHA caches.
31
31
# See: github.com/pantsbuild/actions/tree/main/init-pants/
32
32
with :
35
35
gha-cache-key : v0
36
36
# The Python backend uses named_caches for Pip/PEX state,
37
37
# so it is appropriate to invalidate on lockfile changes.
38
- named-caches-hash : ${{ hashFiles('lockfiles/*.txt ') }}
38
+ named-caches-hash : ${{ hashFiles('lockfiles/*') }}
39
39
# If you're not using a fine-grained remote caching service (see https://www.pantsbuild.org/docs/remote-caching),
40
40
# then you may also want to preserve the local Pants cache (lmdb_store). However this must invalidate for
41
41
# changes to any file that can affect the build, so may not be practical in larger repos.
You can’t perform that action at this time.
0 commit comments