Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (#40)
Browse files Browse the repository at this point in the history
* Bump actions/cache from 2.1.5 to 2.1.6

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@1a9e213...c64c572)

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

* Fix version in comment

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
dependabot[bot] and ErikSchierboom authored May 28, 2021
1 parent d3fc6ff commit df9ee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e # 1.3.0

- name: Cache Docker layers
uses: actions/cache@1a9e2138d905efd099035b49d8b7a3888c653ca8 # 2.1.5
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # 2.1.6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit df9ee45

Please sign in to comment.