diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2a6ca8612..915929cdc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -78,7 +78,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Lint code - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Install pipenv run: |