From f6d1d61fb0f56e907bde4fbdc9d2f177d0b96d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 12:10:49 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.1 to 3.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.3. - [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.1...v3.0.3) --- 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 04709b86..795f1c19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.3 with: path: | ~/go/pkg/mod # Module download cache @@ -91,7 +91,7 @@ jobs: go-version: ^1.16.5 id: go - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.3 with: path: | ~/go/pkg/mod # Module download cache