From 536b4b78a147954f3632e0536a75569e5f7d64ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:32:59 +0000 Subject: [PATCH] ci(deps): bump actions/cache in the all-dependencies group Bumps the all-dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 6.1.0 - [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/docker.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 24ed721a..982b37b8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -181,7 +181,7 @@ jobs: - name: "⚡ Cache Documentation Links (Lychee)" if: matrix.os == 'ubuntu-latest' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .lycheecache key: ${{ runner.os }}-lychee-${{ hashFiles('**/*.md') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a28ac3c..9d3615ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -374,7 +374,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }} UNIRTM_VERIFY_PROVENANCE: "0" - name: "📦 Cache Language Dependencies (Advanced)" - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/go/pkg/mod @@ -568,7 +568,7 @@ jobs: UNIRTM_YES: 1 - name: "⚡ Cache Documentation Links (Lychee)" - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .lycheecache key: ${{ runner.os }}-lychee-${{ hashFiles('**/*.md') }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f49cf196..27f207c1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -187,7 +187,7 @@ jobs: - name: "⚡ Cache Trivy Database" if: steps.version-filter.outputs.skip != 'true' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .trivycache key: ${{ runner.os }}-trivy-${{ github.run_id }}