From e06f660d7e02caede863de166a7f20d97f7b29ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:23: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/openapi.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 3a61742..415069d 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 a11ed74..874d001 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/openapi.yml b/.github/workflows/openapi.yml index 367720b..d67e479 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -74,7 +74,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/security.yml b/.github/workflows/security.yml index 61899b8..562d6b2 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 f5a05a3..9fa3563 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