From 38febede0b29c513d9e7802fe67af5d67e4ad201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:03:40 +0000 Subject: [PATCH] [Update Github Actions]: Update actions/checkout action 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 d059796c..e245647f 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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