Skip to content

Commit 277b7d1

Browse files
committed
docker
1 parent fecb423 commit 277b7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 15
1010
runs-on: ubuntu-latest
1111
container:
12-
image: mcr.microsoft.com/playwright:v1.51-jammy
12+
image: mcr.microsoft.com/playwright:v1.51.0-jammy
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: setup-matrix
3333
runs-on: ubuntu-latest
3434
container:
35-
image: mcr.microsoft.com/playwright:v1.51-jammy
35+
image: mcr.microsoft.com/playwright:v1.51.0-jammy
3636
strategy:
3737
fail-fast: false
3838
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)