From 2bd4320f839314b87b4d32e11aec8619220b6fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:43:58 +0000 Subject: [PATCH] build(deps): 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/go.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6774adb..8cb64e9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 10dcd56..1f60d7e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: go-version: "${{ steps.settings.outputs.go_version }}" check-latest: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d87c119..5a561e6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,7 +28,7 @@ jobs: go-version: "${{ steps.settings.outputs.go_version }}" check-latest: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f1af2e..4d05bab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: go-version: "${{ steps.settings.outputs.go_version }}" check-latest: true - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/go/pkg/mod