From 26107963fe3ee73cfc8e5ef7a986f0f09a24afaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:12:26 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-publish/actions/deploy/github-pages Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-github-publish/actions/deploy/github-pages](https://github.com/hoverkraft-tech/ci-github-publish). Updates `hoverkraft-tech/ci-github-publish/actions/deploy/github-pages` from 0.26.5 to 0.27.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/607069025f6c1312680ed0864c4d9f4338b82dfe...ed354ada70b9f518c2bb663e18a80041c2cf5156) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index cfc1fcd..4f089b8 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -51,7 +51,7 @@ jobs: page-url: ${{ steps.deployment.outputs.url }} steps: - id: deployment - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@607069025f6c1312680ed0864c4d9f4338b82dfe # 0.26.5 + uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@ed354ada70b9f518c2bb663e18a80041c2cf5156 # 0.27.1 with: build-path: packages/docs/build build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }}