Skip to content

Commit

Permalink
Merge pull request #49 from cdalvaro/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.4

build(deps): Bump actions/cache from v2 to v2.1.4
  • Loading branch information
cdalvaro authored Feb 8, 2021
2 parents 02666d7 + 47803a2 commit 2ac9a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
driver-opts: network=host

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ env.CACHE_PATH }}
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ${{ env.CACHE_PATH }}
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 2ac9a3c

Please sign in to comment.