diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93365ad..ae6ed06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,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 f93e6ca..a89f5c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,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: