From d3609ea75a5f622191d7a0370f91f08a82492331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 11:07:53 +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 d38f1e3a801e..2652011b0c88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -315,7 +315,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