From b771f852150e64a266388d609963fc20ed7cb2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:56:21 +0000 Subject: [PATCH 1/2] Bump Andrew-Chen-Wang/github-wiki-action from 3 to 4 Bumps [Andrew-Chen-Wang/github-wiki-action](https://github.com/andrew-chen-wang/github-wiki-action) from 3 to 4. - [Release notes](https://github.com/andrew-chen-wang/github-wiki-action/releases) - [Commits](https://github.com/andrew-chen-wang/github-wiki-action/compare/194d37ff03f5220e1baf7eb9d7c7ad7f3e1db30c...50650fccf3a10f741995523cf9708c53cec8912a) --- updated-dependencies: - dependency-name: Andrew-Chen-Wang/github-wiki-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-wiki-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-wiki-docs.yml b/.github/workflows/generate-wiki-docs.yml index 1ccb111..9f32619 100644 --- a/.github/workflows/generate-wiki-docs.yml +++ b/.github/workflows/generate-wiki-docs.yml @@ -52,7 +52,7 @@ jobs: - name: Publish docs if: fromJSON(env.SHOULD_RUN) # @v3 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v3 - uses: Andrew-Chen-Wang/github-wiki-action@194d37ff03f5220e1baf7eb9d7c7ad7f3e1db30c + uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a env: # this action is written such that the inputs must be specified as env vars # WIKI_DIR is going to be used with rsync, it MUST end in a forward slash [/] WIKI_DIR: ${{ env.WIKI }}/ From b7ec0f2250f00d66ddfc536311eca7e73d74a1d2 Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:06:21 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Felix Fontein --- .github/workflows/generate-wiki-docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/generate-wiki-docs.yml b/.github/workflows/generate-wiki-docs.yml index 9f32619..17f1988 100644 --- a/.github/workflows/generate-wiki-docs.yml +++ b/.github/workflows/generate-wiki-docs.yml @@ -51,8 +51,7 @@ jobs: - name: Publish docs if: fromJSON(env.SHOULD_RUN) - # @v3 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v3 - uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a + uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a # v4.4.0 env: # this action is written such that the inputs must be specified as env vars # WIKI_DIR is going to be used with rsync, it MUST end in a forward slash [/] WIKI_DIR: ${{ env.WIKI }}/