Merge pull request #2167 from nicolargo/renovate/actions-cache-3.x

Update actions/cache action to v3
pull/2187/head
Nicolas Hennion 2022-10-29 09:51:24 +02:00 committed by GitHub
commit 66f3a86e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
org.opencontainers.image.url=https://nicolargo.github.io/glances/
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ env.NODE_ENV }}-${{ matrix.os }}-${{ matrix.tag.tag }}