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