Upgrade GitHub Actions for Node 24 compatibility (#2691)

This commit is contained in:
Salman Chishti
2025-12-24 09:42:29 +00:00
committed by GitHub
parent 20c22a2799
commit a06f4b9140
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ jobs:
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
lfs: true
persist-credentials: false
@@ -87,7 +87,7 @@ jobs:
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
lfs: true
persist-credentials: false