From 5602ac047ccccd18db3c4f14a9c315c53cb1095c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:46:45 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d9a05..acdc587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }} @@ -55,7 +55,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d5a4f..6e58ae0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }}