diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ada53a0..d43703a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Install deps run: brew install fish - name: Lint - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 bootstrap: runs-on: ${{ matrix.os }}-latest