Skip to content

Commit 2fbc054

Browse files
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b093d1 commit 2fbc054

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
1919

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

0 commit comments

Comments
 (0)