This commit is contained in:
dependabot[bot] 2024-12-04 13:47:47 +00:00 committed by GitHub
commit a4b1edc478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: crazy-max/ghaction-docker-buildx@v3 uses: crazy-max/ghaction-docker-buildx@v3
- -
name: Cache Docker layers name: Cache Docker layers
uses: actions/cache@v3 uses: actions/cache@v4
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache

View File

@ -15,7 +15,7 @@ jobs:
uses: crazy-max/ghaction-docker-buildx@v3 uses: crazy-max/ghaction-docker-buildx@v3
- -
name: Cache Docker layers name: Cache Docker layers
uses: actions/cache@v3 uses: actions/cache@v4
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache

View File

@ -14,7 +14,7 @@ jobs:
uses: crazy-max/ghaction-docker-buildx@v3 uses: crazy-max/ghaction-docker-buildx@v3
- -
name: Cache Docker layers name: Cache Docker layers
uses: actions/cache@v3 uses: actions/cache@v4
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
@ -42,7 +42,7 @@ jobs:
# uses: crazy-max/ghaction-docker-buildx@v3 # uses: crazy-max/ghaction-docker-buildx@v3
# - # -
# name: Cache Docker layers # name: Cache Docker layers
# uses: actions/cache@v3 # uses: actions/cache@v4
# id: cache # id: cache
# with: # with:
# path: /tmp/.buildx-cache # path: /tmp/.buildx-cache
@ -70,7 +70,7 @@ jobs:
uses: crazy-max/ghaction-docker-buildx@v3 uses: crazy-max/ghaction-docker-buildx@v3
- -
name: Cache Docker layers name: Cache Docker layers
uses: actions/cache@v3 uses: actions/cache@v4
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache