From dca02f4d3225a091093716417988b734191e1568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Sat, 21 Oct 2023 23:57:42 +0200 Subject: [PATCH] Using newer GH actions output command --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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