Skip to content

Commit 6098e5a

Browse files
chore(deps): update browser-actions/setup-chrome action to v2 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 392cbb9 commit 6098e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
# For browser tests
19-
- uses: browser-actions/setup-chrome@v1
19+
- uses: browser-actions/setup-chrome@v2
2020

2121
- name: Run checks
2222
run: ./gradlew check --no-daemon --stacktrace

0 commit comments

Comments
 (0)