Merge pull request #38 from BretFisher/dependabot/github_actions/actions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
This commit is contained in:
Bret Fisher
2022-01-14 13:48:47 -05:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ jobs:
-
# This makes image builds fast!
name: Cache Docker layers
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}