diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-12 09:59:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 09:59:10 +0000 |
commit | 7550f4d4451730f344afb275a940755de1300727 (patch) | |
tree | cefcb8a97ce40dc84786a0e8dbe8a86f3370a060 /.github/workflows/latest_deps.yml | |
parent | Bump pydantic from 2.5.1 to 2.5.2 (#16747) (diff) | |
download | synapse-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/latest_deps.yml')
-rw-r--r-- | .github/workflows/latest_deps.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/latest_deps.yml b/.github/workflows/latest_deps.yml index cb801afcbf..ab24a9d1fc 100644 --- a/.github/workflows/latest_deps.yml +++ b/.github/workflows/latest_deps.yml @@ -86,7 +86,7 @@ jobs: -e POSTGRES_PASSWORD=postgres \ -e POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \ postgres:${{ matrix.postgres-version }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" - run: pip install .[all,test] |