Skip to content

Commit 2e0cb1a

Browse files
build(deps): bump actions/cache from 4.3.0 to 6.1.0 (#675)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43dcf00 commit 2e0cb1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mysql8-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "::set-output name=dir::$(pip cache dir)"
3535
- name: Cache pip dependencies
3636
id: cache-dependencies
37-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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)