Skip to content

Commit 5b4427c

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] <[email protected]>
1 parent b07f18b commit 5b4427c

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
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
driver-opts: network=host
6262
- name: Cache Docker layers
63-
uses: actions/[email protected].5
63+
uses: actions/[email protected].6
6464
with:
6565
path: /tmp/.buildx-cache
6666
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
driver-opts: network=host
125125
- name: Cache Docker layers
126-
uses: actions/[email protected].5
126+
uses: actions/[email protected].6
127127
with:
128128
path: /tmp/.buildx-cache
129129
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)