From a07d45744c4d9230da1e21131011fc504d11cf5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:54:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ac34597e..12cfbb64 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v5.0.0 name: Install pnpm - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: cache: pnpm - name: Install dependencies