From f9586905e6fb734c65f5fd14a8401cdfa13cf5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:16:17 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- .github/workflows/golicense.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f8607b6c18..c737cacb892 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: go-version: 1.17 - name: Check-out code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: # In order: # * Module download cache @@ -63,7 +63,7 @@ jobs: go-version: 1.17 - name: Check-out code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: # In order: # * Module download cache @@ -93,7 +93,7 @@ jobs: go-version: 1.17 - name: Check-out code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: # In order: # * Module download cache @@ -126,7 +126,7 @@ jobs: go-version: 1.17 - name: Check-out code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: # In order: # * Module download cache diff --git a/.github/workflows/golicense.yml b/.github/workflows/golicense.yml index 8dd23bc6693..13fae78d2c8 100644 --- a/.github/workflows/golicense.yml +++ b/.github/workflows/golicense.yml @@ -38,7 +38,7 @@ jobs: go-version: 1.17 - uses: actions/checkout@v2 - name: Cache licensing information for dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 id: cache env: cache-name: cache-lichen-deps-licensing-info