From d1b70ab8ee56c8bc7960672283f1964b9013153f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:31:16 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 (#26) 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/go-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 80bb2a0..789a435 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -404,7 +404,7 @@ jobs: yq eval-all '. as $item ireduce ({}; . *+ $item)' .licensed_local.yml .licensed_common.yml > .licensed.yml - name: Define the cache for the licenses - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .licenses key: ${{ runner.os }}-licenses-${{ hashFiles('**/*.yml') }}