From 3b1dd5d33db1d176a19c8f73388ed8d40db1e739 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:48 +0000 Subject: [PATCH] Update actions/checkout 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..9336035 100644 --- a/.github/workflows/Prioritize.yml +++ b/.github/workflows/Prioritize.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout https://github.com/${{ github.repository }}@${{ github.ref }} - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: persist-credentials: false