diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-04 12:24:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 12:24:36 +0100 |
commit | b64b7297f2cbead1b37ed5d79297a8fbf2907d84 (patch) | |
tree | 77322b6f402b0d34117b30e78cff5f2bf4901dd8 /.github/workflows/latest_deps.yml | |
parent | Bump types-requests from 2.27.11 to 2.28.11 (#13987) (diff) | |
download | synapse-b64b7297f2cbead1b37ed5d79297a8fbf2907d84.tar.xz |
Bump actions/setup-python from 2 to 4 (#13983)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[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 e240bf4e4f..b1e45ee648 100644 --- a/.github/workflows/latest_deps.yml +++ b/.github/workflows/latest_deps.yml @@ -76,7 +76,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@v2 + - uses: actions/setup-python@v4 with: python-version: "3.x" - run: pip install .[all,test] |