From 9cdc75a89088d94bfdc777a5c63cfb223094f4c9 Mon Sep 17 00:00:00 2001 From: Robin <74519799+Robin5605@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:31:31 -0500 Subject: [PATCH] Pin python-lint action to 9.0.0 The upgrade from [`v9.0.0...v10.0.0`](https://github.com/darbiadev/.github/compare/v9.0.0...v10.0.0) introduces `mypy` to the linting, which fails CI because up until now we've been adhering to Pyright Signed-off-by: Robin <74519799+Robin5605@users.noreply.github.com> --- .github/workflows/python-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yaml b/.github/workflows/python-ci.yaml index b0f7aa2..48843bd 100644 --- a/.github/workflows/python-ci.yaml +++ b/.github/workflows/python-ci.yaml @@ -14,7 +14,7 @@ jobs: lint: needs: pre-commit - uses: darbiadev/.github/.github/workflows/python-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/python-lint.yaml@6a6eb74ae11149881c29adf5a5f7af23349c8762 # v9.0.0 with: python-version: "3.11"