Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (#118)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2021
1 parent 11297cf commit 07f6cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-base-image-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
exit 1
fi
- name: Cache Docker layers
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: /tmp/.buildx-cache
key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-base-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-hub-image-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
exit 1
fi
- name: Cache Docker layers
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: /tmp/.buildx-cache
key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-hub-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-pr-${{ matrix.targetPlatform }}-${{ github.sha }}
Expand Down

0 comments on commit 07f6cdf

Please sign in to comment.