From d43e1e10e7acaebc01db55260384ca50413cbff5 Mon Sep 17 00:00:00 2001 From: "lrstanley-x[bot]" <153159847+lrstanley-x[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:32:10 +0000 Subject: [PATCH] =?UTF-8?q?feat(github)!:=20Update=20actions/checkout=20(v?= =?UTF-8?q?6=20=E2=86=92=20v7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 56ac7aa..91ca716 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lrstanley/.github/composite/install-node@master - run: make docs-build - if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name != 'pull_request' }}