From 5e80480fdcad7e2459257d68fd626c60e8fee519 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 11:34:26 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility --- .github/workflows/TagIt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TagIt.yml b/.github/workflows/TagIt.yml index a3c44231..6d0b485e 100644 --- a/.github/workflows/TagIt.yml +++ b/.github/workflows/TagIt.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Archive project id: archive_project run: |