We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adeb0cf commit 5919aa0Copy full SHA for 5919aa0
.github/workflows/run-tests.yml
@@ -76,7 +76,7 @@ jobs:
76
netlify login
77
- name: Get installed Playwright version
78
id: playwright-version
79
- run: echo "::set-output name=version::$(npm view @playwright/test version)"
+ run: echo "version=$(npm view @playwright/test version)" >> $GITHUB_OUTPUT
80
- uses: actions/cache@v4
81
id: playwright-cache
82
with:
0 commit comments