diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 485ee873..e79f8d80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: just test - name: Cypress run - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb #v5.8.3 + uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 #v6.6.0 with: start: just run wait-on: "http://localhost:8000/" @@ -83,7 +83,7 @@ jobs: - name: Run tests run: just test - name: Cypress run - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb #v5.8.3 + uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 #v6.6.0 with: start: just run wait-on: "http://localhost:8000/"