Skip to content

Commit

Permalink
Merge pull request #1263 from amir20/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
kodiakhq[bot] committed May 28, 2021
2 parents 57086ca + 540ef25 commit 77aa5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- 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 77aa5a3

Please sign in to comment.