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

chore(deps): bump actions/cache from 3 to 4
This commit is contained in:
Aleksi Häkli 2024-03-04 19:51:06 +02:00 committed by GitHub
commit 12eca00d5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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