From 21a5603d3fcea088dc9cf2ae0fafe8f61e7cb327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:52:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci-frourio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frourio.yml b/.github/workflows/ci-frourio.yml index ceb1776..a279cd2 100644 --- a/.github/workflows/ci-frourio.yml +++ b/.github/workflows/ci-frourio.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 24 - uses: actions/cache@v4