From 4bfe826060ddacd9fc93e7f8c6582afbda5c4268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:54:07 +0100 Subject: [PATCH] Bump actions/cache from 3.0.6 to 3.0.11 (#119) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.11. - [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.6...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 b4c86a31..0325dc4f 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.18 - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.11 id: go-cache with: path: ~/go/pkg/mod @@ -65,7 +65,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.11 id: go-cache with: path: ~/go/pkg/mod @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.11 id: go-cache with: path: ~/go/pkg/mod @@ -112,7 +112,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.11 id: go-cache with: path: ~/go/pkg/mod