From 302f3cc6bcb517050fec3a1477cd862f4741a4a4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 18 Oct 2023 14:55:47 -0600 Subject: [PATCH] upgrade: puppeteer to v21.3.7 (#190) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 72a3af0..82fa16e 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: id: puppeteer-run uses: tj-actions/docker-run@v2 with: - image: ghcr.io/puppeteer/puppeteer:19.4.1 + image: ghcr.io/puppeteer/puppeteer:21.3.7 name: puppeteer-chrome options: '-i --init --cap-add=SYS_ADMIN -v ${{ github.workspace }}:${{ github.workspace }}' args: |