diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2dfba23332d7..02fc075011c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,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.4.4 + - uses: microsoft/playwright-github-action@v1.5.4 - name: Install dependencies and run end-to-end tests run: | ./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &