From 39ef33a972e70a6f6291540fa94d7114247f5a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:35:48 +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