diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 258c86359..5a803ca07 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -40,7 +40,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 build: name: test polaris - python ${{ matrix.python-version }}