We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2436a1d commit 994043aCopy full SHA for 994043a
.github/workflows/mysql8-migrations.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
36
- name: Cache pip dependencies
37
id: cache-dependencies
38
- uses: actions/cache@v2
+ uses: actions/cache@v4
39
with:
40
path: ${{ steps.pip-cache-dir.outputs.dir }}
41
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip-tools.txt') }}
0 commit comments