From 10a357bfbb3b54cc8b529386a74f134ed064510b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:51:10 +0000 Subject: [PATCH] chore(deps): bump sphinx-notes/pages from 2 to 3 Bumps [sphinx-notes/pages](https://github.com/sphinx-notes/pages) from 2 to 3. - [Release notes](https://github.com/sphinx-notes/pages/releases) - [Commits](https://github.com/sphinx-notes/pages/compare/v2...v3) --- updated-dependencies: - dependency-name: sphinx-notes/pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c6b54b1f..0a5aa245 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -18,7 +18,7 @@ jobs: poetry config virtualenvs.create false poetry install - name: Build and Commit - uses: sphinx-notes/pages@v2 + uses: sphinx-notes/pages@v3 - name: Push changes uses: ad-m/github-push-action@master with: