From c66d95d3da1b11f49c6c74be74241f2b8b2fa764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:14:39 +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