From 633c7154fdeacd999543911b64250b0a358ef988 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 06:31:51 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/Prioritize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Prioritize.yml b/.github/workflows/Prioritize.yml index 58406fa..ec4c72b 100644 --- a/.github/workflows/Prioritize.yml +++ b/.github/workflows/Prioritize.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Set up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}