Skip to content

Commit 67c2b3d

Browse files
authored
Merge pull request #7388 from vector-im/dependabot/github_actions/michaelkaye/setup-matrix-synapse-1.0.4
Bump michaelkaye/setup-matrix-synapse from 1.0.3 to 1.0.4
2 parents 1309f9b + 7017cb9 commit 67c2b3d

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
@@ -52,7 +52,7 @@ jobs:
5252
restore-keys: |
5353
${{ runner.os }}-gradle-
5454
- name: Start synapse server
55-
uses: michaelkaye/setup-matrix-synapse@v1.0.3
55+
uses: michaelkaye/setup-matrix-synapse@v1.0.4
5656
with:
5757
uploadLogs: true
5858
httpPort: 8080

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-python@v4
5151
with:
5252
python-version: 3.8
53-
- uses: michaelkaye/setup-matrix-synapse@v1.0.3
53+
- uses: michaelkaye/setup-matrix-synapse@v1.0.4
5454
with:
5555
uploadLogs: true
5656
httpPort: 8080

0 commit comments

Comments
 (0)