From 3336c627652fa7832458a54483ae69972ddddb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:57:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.11 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 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.11...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/lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cab275e..2682e4c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,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@v3.0.11 + uses: actions/cache@v3.3.1 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9733fb6..f5f387b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 with: path: | ${{ steps.go-env.outputs.cache }}