Skip to content

Commit

Permalink
Merge pull request #147 from izelnakri/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
izelnakri authored May 30, 2021
2 parents 16bd453 + 7324091 commit 0bd88f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
install: true
- name: Cache Docker layers
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: /tmp/.buildx-cache
key: ${{runner.os}}-buildx-${{github.sha}}
Expand Down

0 comments on commit 0bd88f9

Please sign in to comment.