Skip to content

Commit 90aed72

Browse files
committed
CI update setup-matrix-synapse to 1.0.5
1 parent 5dd5854 commit 90aed72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
5656
- name: Start synapse server
57-
uses: michaelkaye/setup-matrix-synapse@v1.0.4
57+
uses: michaelkaye/setup-matrix-synapse@v1.0.5
5858
with:
5959
uploadLogs: true
6060
httpPort: 8080

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-python@v4
5656
with:
5757
python-version: 3.8
58-
- uses: michaelkaye/setup-matrix-synapse@v1.0.4
58+
- uses: michaelkaye/setup-matrix-synapse@v1.0.5
5959
with:
6060
uploadLogs: true
6161
httpPort: 8080

0 commit comments

Comments
 (0)