231.diff (572B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index d7fdb59..1fdf424 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@eeb10cff27034e7acf239c5d29f62154018672fd # v2 11 with: 12 node-version: "17.x" 13 - name: Install dependencies