From 09e5d442eca4ab38416e11420f0d279eec3d37c0 Mon Sep 17 00:00:00 2001 From: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:04:36 +0000 Subject: [PATCH] ci(github-action): update peaceiris/actions-gh-pages action to v3.9.3 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | peaceiris/actions-gh-pages | v3.9.2 | v3.9.3 | --- .github/workflows/docs-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 36f08db7..65468b34 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -35,7 +35,7 @@ jobs: args: bash -c "cd docs && mdbook build" - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ steps.get-app-token.outputs.token }}