From 51af0008f2d78cd0554971a7fce24b90941b5d97 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 11:41:38 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 637dcaf..6dbc27c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -26,7 +26,7 @@ jobs: run: | sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL || true docker system prune -af || true - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} @@ -58,7 +58,7 @@ jobs: run: | sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL || true docker system prune -af || true - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }}