Skip to content

Commit

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

chore(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
jonas-eschle authored Nov 1, 2024
2 parents b18b218 + 0bbdd71 commit 417fd96
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 @@ -58,7 +58,7 @@ jobs:
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
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 417fd96

Please sign in to comment.