diff --git a/.github/workflows/on_discussion_create.yml b/.github/workflows/on_discussion_create.yml index c17e8bab1c..2f9b42bf83 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@v5 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@v5 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..a414dd0419 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@v5 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@v5 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@v5 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@v5 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..c3ac78d758 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@v5 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@v5 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index c0e9ef8cd4..6dbc270228 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@v5 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@v5 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@v5 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@v5 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@v5 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@v5 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@v5 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -235,7 +235,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -284,7 +284,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -293,7 +293,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: node_modules_cache_id with: path: | @@ -333,7 +333,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -342,7 +342,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v5 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@v5 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@v5 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@v5 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@v5 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@v5 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..f78f82118f 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@v5 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@v5 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 47fcdc2a56..4aa67922b4 100644 --- a/.github/workflows/on_pull_request_supabase.yml +++ b/.github/workflows/on_pull_request_supabase.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@v5 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@v5 id: node_modules_cache_id with: path: | diff --git a/.github/workflows/update_docs_embed.yml b/.github/workflows/update_docs_embed.yml index a802286877..05612271c2 100644 --- a/.github/workflows/update_docs_embed.yml +++ b/.github/workflows/update_docs_embed.yml @@ -42,7 +42,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Load Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: yarn_cache_id with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -51,7 +51,7 @@ jobs: ${{ runner.os }}-yarn - name: Node modules cache - uses: actions/cache@v3 + uses: actions/cache@v5 id: node_modules_cache_id with: path: |