From 6234e0686f76c1613d63b3eb5db233b2d14534e1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Mar 2026 10:53:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23c2270..031f80d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: ruby-version: "${{ matrix.ruby }}" - name: Install NodeJS 20.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20.x" - name: Install tools and deps