From 7c0fc570cbd806054e25bb5a207659cd8afe4a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 06:38:34 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.1 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.3.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/v3.0.1...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index acffe5d..0e9ff78 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: go-version: "1.17" - name: Cache modules - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.1 with: path: | ~/.cache/go-build