Skip to content

Commit eb47bcf

Browse files
chore(deps): update playwright
1 parent 16a5d6c commit eb47bcf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ runs:
44
using: composite
55
steps:
66
- name: End-to-End
7-
uses: phi-ag/run-playwright@abd0642d44f054b8f7a71b8d5c1ffc23f02f0454 # v1
7+
uses: phi-ag/run-playwright@5ba5f2e9d1b6cdc9d3db7362561f68e7e4334bb7 # v1
88
with:
9-
version: v1.57.0-noble@sha256:3bed4b1a12f2338642f3d8cba28e291deef3c66bd4a964bbeb3e57bbff511dbd
9+
version: v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
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.57.0-noble@sha256:3bed4b1a12f2338642f3d8cba28e291deef3c66bd4a964bbeb3e57bbff511dbd
4+
VERSION=v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
55
STORE_PATH="$(pnpm store path --silent)"
66

77
mkdir -p .playwright

0 commit comments

Comments
 (0)