Skip to content

Commit

Permalink
Merge pull request #226 from myrotvorets/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
myrotvorets-team authored Apr 13, 2021
2 parents b6d22e7 + d03dead commit 04ae898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- 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
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- 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.event.client_payload.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
registry-url: https://npm.pkg.github.com

- name: Cache node modules
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 04ae898

Please sign in to comment.