From f5bcc839e7b2c4850d3830cd751b980b1c35a453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:58:35 +0000 Subject: [PATCH] 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 391b486..9aaca3c 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@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Setup PHP Action