Skip to content

Commit

Permalink
Merge pull request #395 from nanasess/fix-warning
Browse files Browse the repository at this point in the history
GitHub Actions の警告を修正
  • Loading branch information
okazy authored May 20, 2020
2 parents 4a38333 + ef6fc36 commit 6d68d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
chromedriver-version: '2.43'
chromedriver-version: 2.43

- name: Run to PHPUnit
run: |
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
chromedriver-version: '2.43'
chromedriver-version: 2.43

- name: Run chromedriver
run: |
Expand Down

0 comments on commit 6d68d2e

Please sign in to comment.