summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-25 13:44:22 +0000
committerGitHub <noreply@github.com>2022-10-25 13:44:22 +0000
commitdd93f07c81626380c0d4147bf7d24b89c37af456 (patch)
tree855126f148e5d13e5be128754f3c3a628ed3099f /.github/workflows
parentd948d65db27ae1684bf73f82c16ca9ce6c2e526b (diff)
Update actions/cache action to v3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9f4172cb..5661e136 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 }}