From 06a1d69f8e34d4af9a7ab24c46c4ec6e7fc0e254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:55:24 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 (#2163) 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> Co-authored-by: ChristopherHX --- .github/workflows/checks.yml | 4 ++-- .github/workflows/promote.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ab63700..3d24ec0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -47,7 +47,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod @@ -98,7 +98,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 536afe8..aeaf770 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -19,7 +19,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afdf3f5..2dd64a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod