From 352f54db594ce4ab083979f606d918b0ad29bd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 08:50:08 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.6 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.8. - [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.6...v3.0.8) --- 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 05e8624e..bd3064cb 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.6 + - uses: actions/cache@v3.0.8 with: path: | ~/go/pkg/mod # Module download cache @@ -105,7 +105,7 @@ jobs: check-latest: true cache: true - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.8 with: path: | ~/go/pkg/mod # Module download cache