diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fab036208..a83f8b72d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -116,7 +116,7 @@ jobs: run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}' - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@615dcf65299b63c35268d795f4dfb79532388f64 # v6.10.0 + uses: cypress-io/github-action@6c143abc292aa835d827652c2ea025d098311070 # v6.10.1 with: record: ${{ secrets.CYPRESS_RECORD_KEY && true }} parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}