From dc8f5178a0f90ceb85ea9d0a3bf393398ad8d4c1 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 16:41:16 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/update-data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 8644167590..e2c6869b22 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -10,14 +10,14 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 # update stats - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v6 with: python-version: '3.9' - name: cache pip - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}