Browse Source

ci: upgrade actions/checkout to v5 for Node.js 24 support

Daniel Gibbs 1 month ago
parent
commit
a85ad12257
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/serverlist-validate.yml

+ 1 - 1
.github/workflows/serverlist-validate.yml

@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
 
       - name: Compare Versions
       - name: Compare Versions
         run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh
         run: chmod +x .github/workflows/serverlist-validate.sh; .github/workflows/serverlist-validate.sh