From 0d9f827519ba2b477022b56627b12b2991505e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:09:14 +0000 Subject: [PATCH] [Update Github Actions]: Update GitHub Actions Updated to latest release --- .github/workflows/push-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-gh-pages.yml b/.github/workflows/push-gh-pages.yml index e245647f..e0ed1fb1 100644 --- a/.github/workflows/push-gh-pages.yml +++ b/.github/workflows/push-gh-pages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: # Check out the repository - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 # Push the `website/public` directory to `gh-pages` via `git subtree push` - name: Push to gh-pages branch run: git push origin `git subtree split --prefix website/public main`:gh-pages --force