From 476d2b76392d5dd3066dd4ed6932d26cf9878b1b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 1 Sep 2022 16:23:41 +0100 Subject: Try newer actions in workflow too --- .github/workflows/tests.yml | 4 ++-- 1 file 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 -- cgit 1.5.1