From edf57b7173db830fd8af970f2923b67ae853ffe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:22:40 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 4c8f61ba..1c3f994b 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.0 + - uses: actions/cache@v4.1.1 with: path: | ~/go/pkg/mod # Module download cache @@ -106,7 +106,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v4.1.0 + - uses: actions/cache@v4.1.1 with: path: | ~/go/pkg/mod # Module download cache