From c052df88debfc7247d451d3b13b62edb328bacb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:01:40 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerimage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 8ab4a9f3..f5ece34d 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -17,7 +17,7 @@ jobs: with: driver-opts: network=host - name: Set islanders-shared cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.4 with: path: /tmp/.buildx-cache-shared key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -42,7 +42,7 @@ jobs: - name: Run shared tests run: docker run --rm localhost:5000/islanders/islanders-shared - name: Set islanders-server cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.4 with: path: /tmp/.buildx-cache-server key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -67,7 +67,7 @@ jobs: rm -rf /tmp/.buildx-cache-server mv /tmp/.buildx-cache-server-new /tmp/.buildx-cache-server - name: Set islanders-client cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.4 with: path: /tmp/.buildx-cache-client key: ${{ runner.os }}-buildx-${{ github.sha }}