From 7b98198efe119c5a882512d929fad8861913da13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:30:01 +0000 Subject: [PATCH] chore(ci): bump Andrew-Chen-Wang/github-wiki-action from 4 to 5 Bumps [Andrew-Chen-Wang/github-wiki-action](https://github.com/andrew-chen-wang/github-wiki-action) from 4 to 5. - [Release notes](https://github.com/andrew-chen-wang/github-wiki-action/releases) - [Commits](https://github.com/andrew-chen-wang/github-wiki-action/compare/v4...v5) --- updated-dependencies: - dependency-name: Andrew-Chen-Wang/github-wiki-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wiki-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index b9c21c2..7ffe20d 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: Andrew-Chen-Wang/github-wiki-action@v4 + - uses: Andrew-Chen-Wang/github-wiki-action@v5 with: path: '.github/wiki' token: ${{ secrets.GITHUB_TOKEN }}