diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a106b3f3..f8a8fd23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: # Getting only staged files can be tricky in case a new PR is opened # since the action is run on a branch in detached head state - name: Install and Run Pre-commit - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 pytest-mariadb: runs-on: ubuntu-latest