Merge pull request #324 from strukturag/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
This commit is contained in:
commit
e9be62bad1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploydocker.yml
vendored
2
.github/workflows/deploydocker.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
type=sha,prefix=
|
type=sha,prefix=
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue