diff options
-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 |