Skip to content

Commit f4352ac

Browse files
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.58.1
1 parent 81a3bbc commit f4352ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: End-to-End
77
uses: phi-ag/run-playwright@5ba5f2e9d1b6cdc9d3db7362561f68e7e4334bb7 # v1
88
with:
9-
version: v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
9+
version: v1.58.1-noble@sha256:feae0b1581609d3dc2ba22567b4703dd6a3e7a219984bb86a19ed35007148a91
1010
options: -v ${STORE_PATH}:${STORE_PATH}
1111
run: |
1212
npm install -g --force corepack

e2e_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
set -eu
33

4-
VERSION=v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
4+
VERSION=v1.58.1-noble@sha256:feae0b1581609d3dc2ba22567b4703dd6a3e7a219984bb86a19ed35007148a91
55
STORE_PATH="$(pnpm store path --silent)"
66

77
mkdir -p .playwright

0 commit comments

Comments
 (0)