From e24b188912224a25e633b3b81b89f57124f68be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:55:32 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .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 b8706bb..391b486 100644 --- a/.github/workflows/.ci.yml +++ b/.github/workflows/.ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: Setup PHP Action