From ddea3c7d91059461bec439b52e318d3b65652786 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 c861a80878e5..d23399fd71bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Untar code-server file run: | cd release-packages && tar -xzf code-server*-linux-amd64.tar.gz - - uses: microsoft/playwright-github-action@v1 + - uses: microsoft/playwright-github-action@v1.4.4 - name: Install dependencies and run tests run: | ./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &