diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fccabf8df..3bdedfb183 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -173,7 +173,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Run UI E2E (Cypress) Tests - OS - uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 with: install: false config-file: config/cypress-os.config.js @@ -215,7 +215,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Run UI E2E (Cypress) Tests - EE - uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 with: install: false config-file: config/cypress-ee.config.js