From 7586ae0822fd9a6eb535cab39a61f79f18107af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:18:12 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e14c2a..1cad406 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@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 180c969..39b1240 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@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4ed457d..61899b8 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@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6b4a85..c1f8c7e 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@v4 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod