From 46660333d8e1b05593d85d7f9661c98cca298b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:03:22 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.8 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [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.0.8...v3.0.10) --- 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 67743a2d..2db9116a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.10 with: path: | ~/go/pkg/mod # Module download cache @@ -105,7 +105,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.10 with: path: | ~/go/pkg/mod # Module download cache