Skip to content

Commit

Permalink
Merge pull request #179 from nginxinc/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
ciarams87 authored Apr 19, 2021
2 parents c269508 + 12744cd commit 74b4a88
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 @@ -52,7 +52,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 74b4a88

Please sign in to comment.