Skip to content

Commit

Permalink
Busted the cache as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Jun 7, 2024
1 parent 402e771 commit caea2c2
Showing 1 changed file with 1 addition and 1 deletion.
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: cache0-py${{ matrix.python_version }}
gha-cache-key: cache2-py${{ matrix.python_version }}
named-caches-hash: ${{ hashFiles('build-support/lockfiles/*.lock') }}

- name: Bootstrap Pants
Expand Down

0 comments on commit caea2c2

Please sign in to comment.