mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-05-08 15:34:43 +02:00
Merge pull request #4 from N0rthernL1ghts/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
This commit is contained in:
commit
c378b82f44
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user