Update actions/cache action to v4 (#12174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot] 2024-02-02 17:33:13 +00:00 committed by GitHub
parent 3e27f80468
commit 2a2fe65983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ jobs:
run: echo "version=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_OUTPUT run: echo "version=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_OUTPUT
- name: Cache playwright binaries - name: Cache playwright binaries
uses: actions/cache@v3 uses: actions/cache@v4
id: playwright-cache id: playwright-cache
with: with:
path: | path: |

View file

@ -52,7 +52,7 @@ jobs:
JS_SDK_GITHUB_BASE_REF: ${{ inputs.matrix-js-sdk-sha }} JS_SDK_GITHUB_BASE_REF: ${{ inputs.matrix-js-sdk-sha }}
- name: Jest Cache - name: Jest Cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: /tmp/jest_cache path: /tmp/jest_cache
key: ${{ hashFiles('**/yarn.lock') }} key: ${{ hashFiles('**/yarn.lock') }}