From 338bfb4d607cd2ddb5ee6ee9cf2ec14b9a509bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:59:00 +0200 Subject: [PATCH] Bump actions/cache from 3.0.2 to 3.0.6 (#72) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. - [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.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5acdeb1..b3ed7c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.6 id: go-cache with: path: ~/go/pkg/mod @@ -46,7 +46,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.6 id: go-cache with: path: ~/go/pkg/mod @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.6 id: go-cache with: path: ~/go/pkg/mod @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.6 id: go-cache with: path: ~/go/pkg/mod