Skip to content

Commit 2d9ba0d

Browse files
chore(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5188a9 commit 2d9ba0d

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)