Skip to content

Commit 9ece4e4

Browse files
Bump actions/cache from v2 to v2.1.4 (#144)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81dca84 commit 9ece4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
driver-opts: network=host
5555
- name: Cache Docker layers
56-
uses: actions/cache@v2
56+
uses: actions/cache@v2.1.4
5757
with:
5858
path: /tmp/.buildx-cache
5959
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
driver-opts: network=host
9090
- name: Cache Docker layers
91-
uses: actions/cache@v2
91+
uses: actions/cache@v2.1.4
9292
with:
9393
path: /tmp/.buildx-cache
9494
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)