diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d89a20f65b..3352456ca1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Restore node_modules id: yarn-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - name: Restore node_modules id: yarn-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v4 - name: Restore node_modules id: yarn-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 6a375578c7..714ceb8040 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -18,7 +18,7 @@ jobs: uses: nelonoel/branch-name@v1.0.1 - name: Restore node_modules id: yarn-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}