diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce06609f..ea077f1e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -140,7 +140,7 @@ jobs: - name: Get installed Playwright version id: playwright-version - run: echo "::set-output name=version::$(npm ls @playwright/test | grep @playwright | sed 's/.*@//')" + run: echo "version=$(npm ls @playwright/test | grep @playwright | sed 's/.*@//')" >> $GITHUB_OUTPUT - name: Cache playwright binaries id: playwright-cache