From e129afacbd1644c39056827186a4cdaca99af8c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:04:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c91a84c..5db04f2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: "Install Node" - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 - name: "Install Dependencies" run: npm ci