diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5015fc18f..ee5a41506 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -84,7 +84,7 @@ jobs: key: ${{ env.key }} - name: Cache extensions - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }}