Skip to content

Commit

Permalink
Merge pull request #575 from docker/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
crazy-max committed Mar 22, 2022
2 parents 34c1caa + 839389a commit b5730d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ jobs:
network=host
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-local-${{ github.sha }}
Expand Down Expand Up @@ -724,7 +724,7 @@ jobs:
network=host
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit b5730d2

Please sign in to comment.