summary refs log tree commit diff
path: root/.github/workflows/docs-pr.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-12 09:59:10 +0000
committerGitHub <noreply@github.com>2023-12-12 09:59:10 +0000
commit7550f4d4451730f344afb275a940755de1300727 (patch)
treecefcb8a97ce40dc84786a0e8dbe8a86f3370a060 /.github/workflows/docs-pr.yaml
parentBump pydantic from 2.5.1 to 2.5.2 (#16747) (diff)
downloadsynapse-7550f4d4451730f344afb275a940755de1300727.tar.xz
Bump actions/setup-python from 4 to 5 (#16748)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
Diffstat (limited to '.github/workflows/docs-pr.yaml')
-rw-r--r--.github/workflows/docs-pr.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs-pr.yaml b/.github/workflows/docs-pr.yaml
index 9cf3d340a4..52b0f8802d 100644
--- a/.github/workflows/docs-pr.yaml
+++ b/.github/workflows/docs-pr.yaml
@@ -24,7 +24,7 @@ jobs:
           mdbook-version: '0.4.17'
 
       - name: Setup python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: "3.x"