From 3d8ad9264ff2f5a8533623a3b18d5fc28a9acd23 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Wed, 29 Apr 2026 13:13:46 +0100 Subject: [PATCH] Upgrade GitHub Actions to latest versions Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/clang-format-check.yml | 2 +- .github/workflows/deploy-website.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 7afe9eca9..950c636ab 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '21' check-path: ${{ matrix.path }} diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 580cbaf2a..057eca1a7 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -40,10 +40,10 @@ jobs: run: yarn build - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: website/build @@ -56,5 +56,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5