This commit is contained in:
dependabot[bot] 2023-02-21 11:57:05 +00:00 committed by GitHub
commit c299309b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/cache@v2.1.6
- uses: actions/cache@v3.2.6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/cache@v2.1.6
- uses: actions/cache@v3.2.6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}