diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0cff15..46488d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 env: cache-name: vendor with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0cb213..7b0d836 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # if: steps.vendor-cache.outputs.cache-hit != 'true' - name: Restore vendor from cache id: vendor-cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 env: cache-name: vendor with: