From ff17d1c9e2bab5a054ec10d0015130509d509fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:34:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 (#321) 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb0198db..d1dd72bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.cache.outputs.build }} @@ -54,7 +54,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.cache.outputs.build }} @@ -92,7 +92,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.cache.outputs.build }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad4527a7..1991fedf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.cache.outputs.build }}