From 7f297450dce5bb63cc5cf51aecb771e69ed38916 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Apr 2022 09:26:40 +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 8915c78..562e801 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 @@ -71,7 +71,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v3.0.2 - - 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 fc89f39..da509b8 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 @@ -71,7 +71,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v3.0.2 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: # In order: # * Module download cache