Skip to content

Commit 72d312a

Browse files
committed
chore: update actions/cache version in mysql8-migration workflow
1 parent fe4f096 commit 72d312a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mysql8-migrations-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3737
- name: Cache pip dependencies
3838
id: cache-dependencies
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ${{ steps.pip-cache-dir.outputs.dir }}
4242
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}

0 commit comments

Comments
 (0)