diff --git a/.github/workflows/on_discussion_create.yml b/.github/workflows/on_discussion_create.yml index c17e8bab1c..da2b7a3a7d 100644 --- a/.github/workflows/on_discussion_create.yml +++ b/.github/workflows/on_discussion_create.yml @@ -26,7 +26,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_merge_to_main.yml b/.github/workflows/on_merge_to_main.yml index e99545f29f..21ee2718aa 100644 --- a/.github/workflows/on_merge_to_main.yml +++ b/.github/workflows/on_merge_to_main.yml @@ -30,7 +30,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -98,7 +98,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -107,7 +107,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_merge_to_main_supabase.yml b/.github/workflows/on_merge_to_main_supabase.yml index 06559b5727..65eea73864 100644 --- a/.github/workflows/on_merge_to_main_supabase.yml +++ b/.github/workflows/on_merge_to_main_supabase.yml @@ -31,7 +31,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -40,7 +40,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 457fc1fc34..2f748a4f5a 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -29,7 +29,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -82,7 +82,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -91,7 +91,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -133,7 +133,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -142,7 +142,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -185,7 +185,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -236,7 +236,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -285,7 +285,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -294,7 +294,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -334,7 +334,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -343,7 +343,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -404,7 +404,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -413,7 +413,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | @@ -430,7 +430,7 @@ jobs: run: echo "version=$(yarn playwright --version)" >> $GITHUB_OUTPUT - name: Cache playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache with: path: "~/.cache/ms-playwright" @@ -472,7 +472,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -481,7 +481,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_pull_request_cypress.yml b/.github/workflows/on_pull_request_cypress.yml index 550cbe015b..cb683de1d1 100644 --- a/.github/workflows/on_pull_request_cypress.yml +++ b/.github/workflows/on_pull_request_cypress.yml @@ -59,7 +59,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -68,7 +68,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_pull_request_supabase.yml b/.github/workflows/on_pull_request_supabase.yml index a7f5e9c744..34945a64f5 100644 --- a/.github/workflows/on_pull_request_supabase.yml +++ b/.github/workflows/on_pull_request_supabase.yml @@ -29,7 +29,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/update_docs_embed.yml b/.github/workflows/update_docs_embed.yml index 35b795be14..eaf3af90ef 100644 --- a/.github/workflows/update_docs_embed.yml +++ b/.github/workflows/update_docs_embed.yml @@ -41,7 +41,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: node_modules_cache_id with: path: |