From 01c1fbc7fa2466e311cdac45a9d6cd1c0f9937a4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 18 Oct 2023 15:02:13 -0600 Subject: [PATCH] upgrade: puppeteer from v21.3.7 to v21.3.8 (#192) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 82fa16e..17240ac 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:21.3.7 + image: ghcr.io/puppeteer/puppeteer:21.3.8 name: puppeteer-chrome options: '-i --init --cap-add=SYS_ADMIN -v ${{ github.workspace }}:${{ github.workspace }}' args: |