Skip to content

Commit 401ce9e

Browse files
Bump actions/cache from 3.3.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e6b4de commit 401ce9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/[email protected]
1818

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

0 commit comments

Comments
 (0)