From 496ac53e4602a09b0ce84fd99811625f0650f45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:17:02 +0000 Subject: [PATCH] chore(deps): Update actions/setup-node action to v5 --- .github/workflows/no-broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-broken-links.yml b/.github/workflows/no-broken-links.yml index 3d26c95b..be7ee448 100644 --- a/.github/workflows/no-broken-links.yml +++ b/.github/workflows/no-broken-links.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22.18.0