Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
1909cc3
1
Parent(s):
ca425f9
build(deps): bump actions/cache from 3 to 4 (#508)
Browse files
.github/workflows/docker.yml
CHANGED
@@ -34,7 +34,7 @@ jobs:
|
|
34 |
uses: docker/setup-buildx-action@v3
|
35 |
# Set buildx cache
|
36 |
- name: Cache register
|
37 |
-
uses: actions/cache@
|
38 |
with:
|
39 |
path: /tmp/.buildx-cache
|
40 |
key: buildx-cache
|
|
|
34 |
uses: docker/setup-buildx-action@v3
|
35 |
# Set buildx cache
|
36 |
- name: Cache register
|
37 |
+
uses: actions/cache@v4
|
38 |
with:
|
39 |
path: /tmp/.buildx-cache
|
40 |
key: buildx-cache
|