|
@@ -70,7 +70,7 @@ jobs:
|
|
|
run:
|
|
|
echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- - uses: actions/cache@v3
|
|
|
+ - uses: actions/cache@v4
|
|
|
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
|
|
with:
|
|
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
@@ -230,7 +230,7 @@ jobs:
|
|
|
run:
|
|
|
echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- - uses: actions/cache@v3
|
|
|
+ - uses: actions/cache@v4
|
|
|
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
|
|
with:
|
|
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
@@ -241,7 +241,7 @@ jobs:
|
|
|
- name: Create cache folder for Cypress
|
|
|
id: cypress-cache-dir-path
|
|
|
run: echo "dir=$(mktemp -d)" >> $GITHUB_OUTPUT
|
|
|
- - uses: actions/cache@v3
|
|
|
+ - uses: actions/cache@v4
|
|
|
with:
|
|
|
path: ${{ steps.cypress-cache-dir-path.outputs.dir }}
|
|
|
key: ${{ runner.os }}-cypress
|