From 62e04f4490029019bdd98f527b0980bd5fee290c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:44:07 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/callable-build.yaml | 4 ++-- .github/workflows/callable-test-integration.yaml | 4 ++-- .github/workflows/callable-test-load.yaml | 4 ++-- .github/workflows/callable-test-unit.yaml | 4 ++-- .github/workflows/code-scanning.yaml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 4 ++-- .github/workflows/release-ctl.yaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/callable-build.yaml b/.github/workflows/callable-build.yaml index 1fed71c..08b79f4 100644 --- a/.github/workflows/callable-build.yaml +++ b/.github/workflows/callable-build.yaml @@ -34,13 +34,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: build-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: build-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-integration.yaml b/.github/workflows/callable-test-integration.yaml index 7819e9f..83b48db 100644 --- a/.github/workflows/callable-test-integration.yaml +++ b/.github/workflows/callable-test-integration.yaml @@ -38,13 +38,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: integration-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: integration-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-load.yaml b/.github/workflows/callable-test-load.yaml index 54c5730..3abcf86 100644 --- a/.github/workflows/callable-test-load.yaml +++ b/.github/workflows/callable-test-load.yaml @@ -38,13 +38,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: load-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: load-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-unit.yaml b/.github/workflows/callable-test-unit.yaml index 858ac17..f29fd1b 100644 --- a/.github/workflows/callable-test-unit.yaml +++ b/.github/workflows/callable-test-unit.yaml @@ -30,13 +30,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: unit-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: unit-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index 9fad3eb..dbf07d4 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -55,13 +55,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: govulncheck-go-mod-${{ hashFiles('tools/go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: govulncheck-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 66583d7..5f8d1d6 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -39,13 +39,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: copilot-go-mod-${{ hashFiles('go.sum', 'tools/go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: copilot-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/release-ctl.yaml b/.github/workflows/release-ctl.yaml index a5ef1ee..ddb6e04 100644 --- a/.github/workflows/release-ctl.yaml +++ b/.github/workflows/release-ctl.yaml @@ -51,13 +51,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: release-ctl-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: release-ctl-go-build-${{ matrix.goos }}-${{ matrix.goarch }}-${{ steps.checksum.outputs.checksum }}