diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0cff15..9db4631 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.4 env: cache-name: vendor with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0cb213..9c7a495 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.4 env: cache-name: vendor with: