From 272df6d6c564840ebd222ab2093edb0846bcbc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:02:45 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [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/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdf016b6..569aa14b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod # Module download cache @@ -106,7 +106,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod # Module download cache