From 2a7f65b772e501e6044720f4c7888631ab244d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:33:51 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.2 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.3.2. - [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.2...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-provider.yml | 4 ++-- .github/workflows/test-provider.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-provider.yml b/.github/workflows/release-provider.yml index 30b2add..77523b4 100644 --- a/.github/workflows/release-provider.yml +++ b/.github/workflows/release-provider.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -41,7 +41,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/test-provider.yml b/.github/workflows/test-provider.yml index ff7ee19..2cfb447 100644 --- a/.github/workflows/test-provider.yml +++ b/.github/workflows/test-provider.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}