Skip to content

Commit 126c7e0

Browse files
chore(deps): update actions/cache action to v5
1 parent c5188a9 commit 126c7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3535
- name: Cache pip dependencies
3636
id: cache-dependencies
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ${{ steps.pip-cache-dir.outputs.dir }}
4040
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}

0 commit comments

Comments
 (0)