From 5fe9d028477947320f57a17307607c1cc5726a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 03:29:48 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9df73f..30ab511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 - name: Cache Docker layers - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache-${{ matrix.build.arch }} key: ${{ runner.os }}-${{ matrix.build.arch }}-buildx-${{ github.sha }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 679b560..731ef97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 - name: Cache Docker layers - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache-${{ matrix.build.arch }} key: ${{ runner.os }}-${{ matrix.build.arch }}-buildx-${{ github.sha }}