From 3ca8fa5f3961e1510db3ad310305cca2c80f39b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:38:12 +0000 Subject: [PATCH] chore(deps): update pre-commit/action action to v3.0.1 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2dcd31f..d7dce66 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -23,4 +23,4 @@ jobs: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies run: poetry install - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1