From e6824421837e3d6be5415043978364abee492242 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:37:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/bleeding.yml | 28 ++++++++++++++-------------- .github/workflows/dockerimage.yml | 28 ++++++++++++++-------------- .github/workflows/pre-commit.yml | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index d7b7b0a22..e01470a41 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -40,7 +40,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -75,7 +75,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -111,7 +111,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -168,7 +168,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -253,7 +253,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -338,7 +338,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -425,7 +425,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -506,7 +506,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -592,7 +592,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -641,7 +641,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -699,13 +699,13 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-arm64 with: path: /tmp/.buildx-cache/linux/arm64 key: ${{ runner.os }}-bleeding-${{ github.run_id }}-linux/arm64 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-amd64 with: path: /tmp/.buildx-cache/linux/amd64 @@ -750,13 +750,13 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-arm64 with: path: /tmp/.buildx-cache/linux/arm64 key: ${{ runner.os }}-bleeding-${{ github.run_id }}-linux/arm64 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-amd64 with: path: /tmp/.buildx-cache/linux/amd64 diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 79fb34229..51cb3323c 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -28,7 +28,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -59,7 +59,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -91,7 +91,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -144,7 +144,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -225,7 +225,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -306,7 +306,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -389,7 +389,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -466,7 +466,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -549,7 +549,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -595,7 +595,7 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: /tmp/.buildx-cache/${{ matrix.architecture }} @@ -650,13 +650,13 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-arm64 with: path: /tmp/.buildx-cache/linux/arm64 key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm64 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-amd64 with: path: /tmp/.buildx-cache/linux/amd64 @@ -698,13 +698,13 @@ jobs: # renovate: datasource=github-releases depName=docker/buildx version: v0.12.1 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-arm64 with: path: /tmp/.buildx-cache/linux/arm64 key: ${{ runner.os }}-buildx-${{ github.sha }}-linux/arm64 - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-amd64 with: path: /tmp/.buildx-cache/linux/amd64 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b9d8c245e..7e3cb6d7d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/pip