From 5930a609eace2878e3c57fbb16bb3398f2e7ac54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:58:09 +0000 Subject: [PATCH] Bump sphinx-notes/pages from 2.0 to 3.0 Bumps [sphinx-notes/pages](https://github.com/sphinx-notes/pages) from 2.0 to 3.0. - [Release notes](https://github.com/sphinx-notes/pages/releases) - [Commits](https://github.com/sphinx-notes/pages/compare/2.0...3.0) --- updated-dependencies: - dependency-name: sphinx-notes/pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4e148d6..5edd741 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Build and Commit - uses: sphinx-notes/pages@2.0 + uses: sphinx-notes/pages@3.0 with: documentation_path: docs/source requirements_path: docs/source/requirements.txt