From e9c8875a5a3c683924ff78be673427f2e21a9f32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:01:58 +0000 Subject: [PATCH] [Update Github Actions]: Update actions/checkout digest 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..bb1403b1 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@d23441a48e516b6c34aea4fa41551a30e30af803 # 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