diff options
author | David Robertson <davidr@element.io> | 2022-09-01 16:23:41 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-01 16:23:41 +0100 |
commit | 476d2b76392d5dd3066dd4ed6932d26cf9878b1b (patch) | |
tree | 07488d56e7a18ba9bd358cc1a3174374a0b74641 | |
parent | only do first phase of tests (diff) | |
download | synapse-476d2b76392d5dd3066dd4ed6932d26cf9878b1b.tar.xz |
Try newer actions in workflow too
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc5ba641f4..f9f7277d7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - run: scripts-dev/check_schema_delta.py --force-colors lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v1" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@try-newer-actions" with: typechecking-extras: "all" @@ -60,7 +60,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - uses: matrix-org/setup-python-poetry@v1 + - uses: matrix-org/setup-python-poetry@dmr/try-newer-actions with: extras: "all" - run: poetry run scripts-dev/check_pydantic_models.py |