From e322d480d06f5daddb10b62ba1eba8c21dae28dd Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 24 Oct 2022 18:07:07 +0100 Subject: [PATCH] Bump actions to avoid GHA deprecations See https://github.com/matrix-org/synapse/issues/14203 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c559e1..0d31ccd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: "3.x" - name: Run synapse