From b8c3ada6ed07cdc826e5109bfa702541c62b9727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:18:24 +0000 Subject: [PATCH] Bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python 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 45f806d82..665969ece 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -48,7 +48,7 @@ jobs: # sphinx is a python package, so we need to setup python on this runner - name: Setup Python for Sphinx - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 # Runs sphinx-apidoc and sphinx-build in the docs/ directory # sphinx-apidoc requires the python files to be packaged together