From b5b03d096cf1826aa28aea1894a8da30f5265a4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 12:38:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .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..fd3bfdf 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 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 with: # In order: # * Module download cache diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 3fcbbd5..bf697b7 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 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 with: # In order: # * Module download cache