From c4bda5378b4d1ad99e89b3020f515ecfc8af2e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:47:13 +0000 Subject: [PATCH] Bump kayahr/deploy-github-pages-action from 4 to 6 Bumps [kayahr/deploy-github-pages-action](https://github.com/kayahr/deploy-github-pages-action) from 4 to 6. - [Commits](https://github.com/kayahr/deploy-github-pages-action/compare/v4...v6) --- updated-dependencies: - dependency-name: kayahr/deploy-github-pages-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d206150..33770a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ jobs: run: npm run apidoc - name: Deploy API Doc if: github.ref == 'refs/heads/main' - uses: kayahr/deploy-github-pages-action@v4 + uses: kayahr/deploy-github-pages-action@v6 with: path: lib/apidoc