125.diff (572B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index 510fc7b..fc40acb 100644 3 --- a/.github/workflows/playwright.yml 4 +++ b/.github/workflows/playwright.yml 5 @@ -44,7 +44,7 @@ jobs: 6 run: > 7 git config --global url."https://github.com/".insteadOf 8 ssh://git@github.com/ 9 - - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2 10 + - uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v2 11 with: 12 node-version: "17.x" 13 - name: Install dependencies