Skip to content

Commit

Permalink
Merge pull request #20 from erik73/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.4

Bump actions/cache from v2.1.3 to v2.1.4
  • Loading branch information
erik73 authored Feb 5, 2021
2 parents 726c0c6 + 6bda8bb commit 3ea4479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: /tmp/.docker-cache
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: /tmp/.docker-cache
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}
Expand Down

0 comments on commit 3ea4479

Please sign in to comment.