From f9b53cb294ebc9f9cf48b1edf2033663e9f5e80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:00:59 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-stage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-stage.yml b/.github/workflows/commit-stage.yml index 4bd1c48..0c4d561 100644 --- a/.github/workflows/commit-stage.yml +++ b/.github/workflows/commit-stage.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.21" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/app/vendor @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.21" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/app/vendor @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.21" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/app/vendor @@ -91,7 +91,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.21" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/app/vendor