Skip to content

Commit 05125ce

Browse files
Bump actions/cache from 3.0.7 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.7...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c6da2a commit 05125ce

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v2.0.0
2222

2323
- name: Cache Docker layers
24-
uses: actions/cache@v3.0.7
24+
uses: actions/cache@v3.0.11
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}

0 commit comments

Comments
 (0)