From 6e76160d54d4bffb039e1c860088320a6830c1c0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 4 Jun 2026 02:32:03 +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 29915c53..dc5d8629 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