Skip to content

Commit 6063a78

Browse files
fix(ci): update actions/cache to v3 due to deprecation
1 parent 817908f commit 6063a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
driver-opts: network=host
6868

6969
- name: Cache Docker layers
70-
uses: actions/cache@v2
70+
uses: actions/cache@v3
7171
with:
7272
path: |
7373
/tmp/.buildx-cache

0 commit comments

Comments
 (0)