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