From 4294f92f5db51abcbdea814e6631a01b1019656e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:48:27 +0100 Subject: [PATCH] Bump pre-commit/action from 3.0.0 to 3.0.1 (#1114) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abccea3cf..c9f8ce82b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.8' - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 tests-core: name: "Core py${{ matrix.python-version }} sphinx~=${{ matrix.sphinx-version }} ${{ matrix.os }}"