We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77da897 commit 7c70bb9Copy full SHA for 7c70bb9
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
PGPASSWORD: smartvm
46
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
47
steps:
48
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
49
- name: Set up system
50
run: bin/before_install
51
- name: Set up Ruby
.github/workflows/cypress.yaml
@@ -39,7 +39,7 @@ jobs:
39
PGHOST: localhost
40
41
42
43
- name: Install Edge
44
uses: browser-actions/setup-edge@v1
if: ${{ matrix.cypress-browser == 'edge' }}
0 commit comments