Skip to content

Commit c337c3d

Browse files
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f352498 commit c337c3d

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-buildx-action@v1.3.0
1919

2020
- name: Cache Docker layers
21-
uses: actions/cache@v2.1.5
21+
uses: actions/cache@v2.1.6
2222
with:
2323
path: /tmp/.buildx-cache
2424
key: docker-buildx-${{ matrix.version }}${{ matrix.type }}-${{ github.sha }}

0 commit comments

Comments
 (0)