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