245.diff (572B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index d7fdb59..047f11c 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@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v2 10 + - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v2 11 with: 12 node-version: "17.x" 13 - name: Install dependencies