From 04682d1c8cd03f6a53ca70308c3186e9dca63ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:23:15 +0300 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 3 (#50) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/codecov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90ee84f..4a4aa99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: go-version: 1.16 - name: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c3fa205..351081e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -16,7 +16,7 @@ jobs: with: go-version: 1.16 - name: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ~/.cache/go-build