From a85ad12257f79aad75c0f176eb20bd8fd754b0e1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 24 Apr 2026 19:30:25 +0000 Subject: [PATCH] ci: upgrade actions/checkout to v5 for Node.js 24 support --- .github/workflows/serverlist-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serverlist-validate.yml b/.github/workflows/serverlist-validate.yml index f178753ee..f4ef7c2e4 100644 --- a/.github/workflows/serverlist-validate.yml +++ b/.github/workflows/serverlist-validate.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Compare Versions run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh