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.
2 parents e67accb + 53008a5 commit 778b138Copy full SHA for 778b138
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
--health-retries 5
39
40
steps:
41
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
42
- uses: nanasess/setup-chromedriver@v2
43
- name: Set up Ruby
44
uses: ruby/setup-ruby@v1
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
19
20
21
with:
0 commit comments