204.diff (572B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index 847a721..b70349a 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@56337c425554a6be30cdef71bf441f15be286854 # v2 10 + - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v2 11 with: 12 node-version: "17.x" 13 - name: Install dependencies