Skip to content

Commit 17d8a9a

Browse files
authored
devops: use latest v1 for playwright gha (#1154)
1 parent 4246c37 commit 17d8a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: microsoft/playwright-github-action@v1.5.0
14+
- uses: microsoft/playwright-github-action@v1
1515
- name: Set up JDK 1.8
1616
uses: actions/setup-java@v1
1717
with:

0 commit comments

Comments
 (0)