From b0d0c9ddb4869c340289c199ca104055bfac0207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:40:08 +0100 Subject: [PATCH] Bump actions/cache from 3.2.6 to 3.3.1 (#201) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 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.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e2dcfff..0a5f9e31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 id: go-cache with: path: ~/go/pkg/mod @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 id: go-cache with: path: ~/go/pkg/mod @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 id: go-cache with: path: ~/go/pkg/mod @@ -125,7 +125,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 id: go-cache with: path: ~/go/pkg/mod