Skip to content

Commit

Permalink
Busting the cache and updating lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Jun 7, 2024
1 parent caea2c2 commit 279fb7d
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 1,810 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pantsbuild/actions/init-pants@v8
with:
# cache0 makes it easy to bust the cache if needed
gha-cache-key: cache2-py${{ matrix.python_version }}
gha-cache-key: cache3-py${{ matrix.python_version }}
named-caches-hash: ${{ hashFiles('build-support/lockfiles/*.lock') }}

- name: Bootstrap Pants
Expand Down
Loading

0 comments on commit 279fb7d

Please sign in to comment.