From 1c7c8d99e15f2286dd56cc476fd055dcb8e10f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 04:08:22 +0000 Subject: [PATCH] build: bump actions/cache from 2 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.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/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/release-draft.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c27bf28..f003a95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.16.x' - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: # In order: # * Module download cache @@ -50,7 +50,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: # In order: # * Module download cache diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 3fcbbd5..c66fb95 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.16.x' - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: # In order: # * Module download cache @@ -50,7 +50,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: # In order: # * Module download cache