Skip to content

Commit

Permalink
Merge pull request #147 from scikit-hep/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.0.1

chore(deps): bump actions/cache from 3.3.1 to 4.0.1
  • Loading branch information
jonas-eschle committed Mar 2, 2024
2 parents 3e780ca + 11ed84c commit 18d7b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.1
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg') }}-pip-${{ hashFiles('**/setup.py') }}-pip-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit 18d7b87

Please sign in to comment.