From 55cc15a777a75b4ee373fc610ef315374d624c67 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 11:10:06 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/build-release-binaries.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 26edf12..979c6b7 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -80,7 +80,7 @@ jobs: target: ${{ matrix.target }} - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: target diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffad1d3..4a1527d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: components: rustfmt, clippy - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: target