From 768c878238455f45762e8d947bcd2836d4e8887e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:48:10 +0000 Subject: [PATCH] Update actions/cache action to v4 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.3.3 | v4.0.0 | --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ad7123..52e78c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: uses: docker/setup-buildx-action@v3.0.0 - name: Cache Docker layers - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}