From 348a34b7e3092a8bccc542dd3b98e91b5774bbb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 11:06:03 +0000 Subject: [PATCH] chore(deps): bump microsoft/playwright-github-action from 1 to 1.4.4 Bumps [microsoft/playwright-github-action](https://github.com/microsoft/playwright-github-action) from 1 to 1.4.4. - [Release notes](https://github.com/microsoft/playwright-github-action/releases) - [Commits](https://github.com/microsoft/playwright-github-action/compare/v1...v1.4.4) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39a9136b1d4d..9dc44cc49e36 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -339,7 +339,7 @@ jobs: node-version: "12" - name: Install playwright - uses: microsoft/playwright-github-action@v1 + uses: microsoft/playwright-github-action@v1.4.4 - name: Fetch dependencies from cache id: cache-yarn