From 993a4bb89e96b5d02b692cb8eef40ee969d6329b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:58:53 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.3.1. - [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.3.1) --- 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..5d256c0c 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.3.1 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.3.1 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.3.1 with: path: /tmp/.buildx-cache-client key: ${{ runner.os }}-buildx-${{ github.sha }}