Merge pull request #1 from tobiasehlert/dependabot/github_actions/actions/cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
This commit is contained in:
Tobias Lindberg
2021-02-15 12:20:40 +01:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}