From 009be675acb801b5c638220e3afde7d7b904b241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:13:50 +0000 Subject: [PATCH] chore(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/pre-commit.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f21ff80..b649cd8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,7 +29,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 569203b..798747f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,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/pre-commit.yml b/.github/workflows/pre-commit.yml index afc5eda..9a7ed79 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -29,7 +29,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 1e19ae4..a5d7f1a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -26,7 +26,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 2b27095..87c2aab 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