Skip to content

Commit

Permalink
bump deps to deal with google for testing and the chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder authored Feb 1, 2024
1 parent 1ea3628 commit 8a8367f
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 @@ -30,9 +30,9 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Setup Chrome
uses: browser-actions/setup-chrome@v0.0.0
uses: browser-actions/setup-chrome@v1
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@v1.0.1
uses: nanasess/setup-chromedriver@v2
- name: Run tests
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml clean compile test
env:
Expand Down

0 comments on commit 8a8367f

Please sign in to comment.