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 &