diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 748945c..4e030d5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -66,7 +66,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f5c31d..6944b7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }} @@ -113,7 +113,7 @@ jobs: - name: Cache cypress binary id: cache-cypress-binary - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/Cypress key: cypress-binary-${{ runner.os }}-${{ steps.cypress-version.outputs.version }}