diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 838dc9b2a..9698dc479 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -100,7 +100,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@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1 + uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0 with: component: ${{ matrix.containers == 'component' }} # we can not use 'group', 'tag' or 'ci-build-id' because we do not use the cypress cloud