From 438c62dd4d7f3c92d439de13bf59d7717f9f30ed Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Fri, 13 Mar 2026 07:54:50 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/clang-format.yaml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yaml b/.github/workflows/clang-format.yaml index 739e78d..7c16f9b 100644 --- a/.github/workflows/clang-format.yaml +++ b/.github/workflows/clang-format.yaml @@ -5,7 +5,7 @@ jobs: name: Formatting Check runs-on: 'ubuntu-24.04' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.16.0 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6b2ae4..aa8d896 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install extra packages run: |