diff --git a/.github/workflows/deploy-and-e2e.yml b/.github/workflows/deploy-and-e2e.yml index 3a86b24f..122101fc 100644 --- a/.github/workflows/deploy-and-e2e.yml +++ b/.github/workflows/deploy-and-e2e.yml @@ -75,7 +75,7 @@ jobs: node-version-file: .nvmrc - name: Cache Node.js dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -159,7 +159,7 @@ jobs: node-version-file: .nvmrc - name: Cache Node.js dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |