Merge pull request #221 from jazzband/dependabot/github_actions/actions/cache-4

This commit is contained in:
Rémy HUBSCHER 2025-10-21 09:51:28 +02:00 committed by GitHub
commit 5dc018f17b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: