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
@@ -61,7 +61,7 @@ jobs:
HF_HOME: /mnt/cache/.cache/huggingface
HF_LEROBOT_HOME: /mnt/cache/.cache/huggingface/lerobot
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
lfs: true
persist-credentials: false
@@ -127,7 +127,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