From 83e44fcc5dde108e993931bea28ceded9cf897fe Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Wed, 29 Apr 2026 13:13:35 +0100 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/clang-format-check.yml | 2 +- .github/workflows/deploy-website.yml | 4 ++-- .github/workflows/getdeps_linux.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 7afe9eca9..6e5f8c71a 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -13,7 +13,7 @@ jobs: - 'cachelib' - 'examples' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run clang-format uses: jidicula/clang-format-action@v4.13.0 with: diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 580cbaf2a..03c52e4d0 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,10 +22,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index feefbb000..d034ed85e 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -707,7 +707,7 @@ jobs: run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --src-dir=. cachelib --project-install-prefix cachelib:/usr/local - name: Copy artifacts run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cachelib path: _artifacts