From c04daca03320190f64a2b713fd01431cb0dbc577 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 27 May 2021 16:29:12 +0200 Subject: [PATCH] Pin pre-commit action version Co-authored-by: Kyle Robbertze --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b943e5ae8..841014ef1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2 + - uses: pre-commit/action@v2.0.2