Skip to content

Commit 5919aa0

Browse files
authored
chore: migrate from deprecated GHA set-output (#337)
1 parent adeb0cf commit 5919aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
netlify login
7777
- name: Get installed Playwright version
7878
id: playwright-version
79-
run: echo "::set-output name=version::$(npm view @playwright/test version)"
79+
run: echo "version=$(npm view @playwright/test version)" >> $GITHUB_OUTPUT
8080
- uses: actions/cache@v4
8181
id: playwright-cache
8282
with:

0 commit comments

Comments
 (0)