From 7bfda73bfe2dd931c3c14912e3103d6ee4b75484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:02:52 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container-builder.yml | 2 +- .github/workflows/contempt-update.yaml | 4 ++-- .github/workflows/rust-reproducibility-test.yml | 2 +- .github/workflows/update-containers.yml | 2 +- .github/workflows/update-workflow.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container-builder.yml b/.github/workflows/container-builder.yml index c4f4ac6a2..55f9323f6 100644 --- a/.github/workflows/container-builder.yml +++ b/.github/workflows/container-builder.yml @@ -21,7 +21,7 @@ id: get-sha run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT" - name: Restore contempt from cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache with: path: ~/go/bin/contempt diff --git a/.github/workflows/contempt-update.yaml b/.github/workflows/contempt-update.yaml index 5d38514e1..296a88bca 100644 --- a/.github/workflows/contempt-update.yaml +++ b/.github/workflows/contempt-update.yaml @@ -31,7 +31,7 @@ jobs: go-version: stable cache: false - name: Cache updater - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ~/go/bin/update @@ -73,7 +73,7 @@ jobs: go-version: stable cache: false - name: Cache updater - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ~/go/bin/update diff --git a/.github/workflows/rust-reproducibility-test.yml b/.github/workflows/rust-reproducibility-test.yml index 927c1c944..a022d1195 100644 --- a/.github/workflows/rust-reproducibility-test.yml +++ b/.github/workflows/rust-reproducibility-test.yml @@ -26,7 +26,7 @@ jobs: run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT" - name: Restore contempt from cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache with: path: ~/go/bin/contempt diff --git a/.github/workflows/update-containers.yml b/.github/workflows/update-containers.yml index 98f60f421..7247e0c6c 100644 --- a/.github/workflows/update-containers.yml +++ b/.github/workflows/update-containers.yml @@ -28,7 +28,7 @@ jobs: id: get-sha run: echo "sha=$(git ls-remote --heads https://github.com/greboid/contempt.git splitupdating | cut -f1)" >> "$GITHUB_OUTPUT" - name: Cache contempt - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ~/go/bin/contempt diff --git a/.github/workflows/update-workflow.yml b/.github/workflows/update-workflow.yml index b96c4990c..de7c180f5 100644 --- a/.github/workflows/update-workflow.yml +++ b/.github/workflows/update-workflow.yml @@ -20,7 +20,7 @@ jobs: go-version: 'stable' cache: false - name: Cache orchestrator - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ~/go/bin/orchestrator