Skip to content

Commit 2559f37

Browse files
committed
Use actions/cache@v3
1 parent d704146 commit 2559f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: ${{ runner.temp }}/registry
2828

2929
- name: Cache Docker layers
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: /tmp/.buildx-cache
3333
# Key is named differently to avoid collision

0 commit comments

Comments
 (0)