From 947a14d9556e7bf11ce8b76cc758d7769fa73e9e Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Fri, 23 Jan 2026 08:50:34 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/create-release-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92d23ae..41629a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-22.04-8core steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: 'recursive' - name: install dependencies diff --git a/.github/workflows/create-release-build.yaml b/.github/workflows/create-release-build.yaml index 46e3069..3bce2ab 100644 --- a/.github/workflows/create-release-build.yaml +++ b/.github/workflows/create-release-build.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04-8core steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: 'recursive' ref: '${{github.ref}}'