From ffd3fa477321608e57d27644197e721965e0e858 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:59:54 +0100 Subject: [PATCH] Update to v1.0.1 of setup-matrix-synapse (#73) Required to be compatible with recently released synapse versions v1.56.0 or higher. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984d197..f0f8476 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.x" - name: Run synapse - uses: michaelkaye/setup-matrix-synapse@v0.4.0 + uses: michaelkaye/setup-matrix-synapse@v1.0.1 with: uploadLogs: true httpPort: 8008