From 245c858354aecaa24388e7aacd6c13d5a1676586 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Sat, 20 Dec 2025 23:47:19 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .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 1963b6f5..47aeae71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: sudo apt-get install libkrb5-dev - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - run: git config --global user.name "A U Thor" - run: git config --global user.email author@example.com - run: yarn install