From 29eb33d54ae21b84acda5eddf3356c2a73bc8082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 16:42:08 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.2 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 5.0.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/v3.3.2...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- .github/workflows/regenerate.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baa40ac..ebaaaa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5ccd4ed..f8cdd66 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11b2a83..d1463fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }} @@ -77,7 +77,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3572691..e64c96e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -29,7 +29,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml index 305d289..7996c6e 100644 --- a/.github/workflows/regenerate.yml +++ b/.github/workflows/regenerate.yml @@ -28,7 +28,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v5.0.5 with: path: | ${{ steps.go-env.outputs.cache }}