From d262afa6821e8332a60880c15cc5c7719ab5d775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 02:05:32 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.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/v2.1.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5bd86a3..613d1c0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -29,7 +29,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45a205d..1ec348a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: | ${{ steps.go-env.outputs.cache }}