From 95375c067a2b52d0b37eb81554b31785a1517f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:25:03 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-publish Bumps the github-actions-dependencies group with 1 update: - [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) Updates `hoverkraft-tech/ci-github-publish` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-patch 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 2441f8a..150f9bc 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -69,7 +69,7 @@ jobs: page-url: ${{ steps.deployment.outputs.url }} steps: - id: deployment - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5cb7c7655bd6ab95f4f6a2ef8b863a49228c42e8 # 0.21.0 + uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1 with: build-path: packages/docs/build build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }}