From d7f7de1b7289ee528ae46500da0b7600ab886bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 23:41:30 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.3 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [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/30f413bfed0a2bc738fdfd409e5a9e96b24545fd...c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go-lint.yaml | 2 +- .github/workflows/go-unit-tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index ea1161e..6375091 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -30,7 +30,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build diff --git a/.github/workflows/go-unit-tests.yaml b/.github/workflows/go-unit-tests.yaml index c9209d3..e12aeeb 100644 --- a/.github/workflows/go-unit-tests.yaml +++ b/.github/workflows/go-unit-tests.yaml @@ -33,7 +33,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build @@ -84,7 +84,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: | ~/.cache/go-build