From 732348cab9138c15287cf896afb8a452ffc78ab6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 15 Dec 2025 16:29:13 +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 91fc3a0f..e7ec3793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: with: ruby-version: "${{ matrix.ruby }}" - name: Install NodeJS 18.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "18.x" - name: Install tools