mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1157 from strukturag/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
This commit is contained in:
commit
c917bae050
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploydocker.yml
vendored
4
.github/workflows/deploydocker.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
type=semver,pattern={{major}}
|
||||
type=sha,prefix=
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
type=semver,pattern={{major}}
|
||||
type=sha,prefix=
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue