Merge pull request #22 from LeoVerto/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
This commit is contained in:
commit
ca07144332
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v1
|
||||
- name: Cache Docker layers
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
|
Loading…
Reference in a new issue