We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cd2a4 commit bc0aa03Copy full SHA for bc0aa03
1 file changed
.github/workflows/selenium_test.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: ${{ runner.os }}-maven-
33
34
- name: Install Chrome
35
- uses: browser-actions/setup-chrome@v2
+ uses: browser-actions/setup-chrome@latest
36
37
- name: Run Maven tests
38
run: mvn clean test
0 commit comments