diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index defdbca38..1662053ba 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -98,9 +98,9 @@ jobs: **/node_modules **/.eslintcache ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-2025-2-${{ hashFiles('**/frontend/yarn.lock') }}-${{ hashFiles('**/common/yarn.lock') }} + key: ${{ runner.os }}-yarn-2025-3-${{ hashFiles('**/frontend/yarn.lock') }}-${{ hashFiles('**/common/yarn.lock') }} restore-keys: | - ${{ runner.os }}-yarn-2025-2 + ${{ runner.os }}-yarn-2025-3 - name: Install dependencies if needed. if: steps.yarn-cache.outputs.cache-hit != 'true'