Bump sphinx-notes/pages from 2 to 3 (#884)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-08 22:09:14 +09:00
committed by GitHub
parent bd0254997d
commit e7d0a219c6

View File

@@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements/requirements.txt
- name: Build and Commit
uses: sphinx-notes/pages@v2
uses: sphinx-notes/pages@v3
with:
requirements_path: ./docs/doc_requirements.txt
- name: Push changes