From 5a11918a35b0f28b8ebabad7f97dba77aa76ee78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:05:09 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump Andrew-Chen-Wang/github-wiki-action Bumps [Andrew-Chen-Wang/github-wiki-action](https://github.com/andrew-chen-wang/github-wiki-action) from 4.4.0 to 5.0.3. - [Release notes](https://github.com/andrew-chen-wang/github-wiki-action/releases) - [Commits](https://github.com/andrew-chen-wang/github-wiki-action/compare/50650fccf3a10f741995523cf9708c53cec8912a...6448478bd55f1f3f752c93af8ac03207eccc3213) --- updated-dependencies: - dependency-name: Andrew-Chen-Wang/github-wiki-action dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 4911f8d..920cc66 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -55,7 +55,7 @@ jobs: # More info: https://github.com/Andrew-Chen-Wang/github-wiki-action - name: Push Wiki - uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a + uses: Andrew-Chen-Wang/github-wiki-action@6448478bd55f1f3f752c93af8ac03207eccc3213 env: WIKI_DIR: wiki/ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}