Skip to content

Commit 5cec60a

Browse files
Bump actions/cache from 4.0.2 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 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@v4.0.2...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d84764a commit 5cec60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v3.3.0
1818

1919
- name: Cache Docker layers
20-
uses: actions/cache@v4.0.2
20+
uses: actions/cache@v6.1.0
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)