From b46b4dca9921008f7e3bc46a7cf6d33fcc872290 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Apr 2026 14:14:36 +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 d932337..4a0a0a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,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