From 452d881c86a81b0eb9a4f584430daca78a35e581 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 4 Sep 2025 04:41:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab25122..a0051dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.x - name: Build Action