Skip to content

Commit 994043a

Browse files
authored
chore: update github actions cache from v2 to v4 (#211)
1 parent 2436a1d commit 994043a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mysql8-migrations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3636
- name: Cache pip dependencies
3737
id: cache-dependencies
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ steps.pip-cache-dir.outputs.dir }}
4141
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip-tools.txt') }}

0 commit comments

Comments
 (0)