ci(github-action): update pre-commit/action action ( v3.0.0 → v3.0.1 )

| datasource  | package           | from   | to     |
| ----------- | ----------------- | ------ | ------ |
| github-tags | pre-commit/action | v3.0.0 | v3.0.1 |
This commit is contained in:
repo-duster[bot] 2024-02-07 15:07:05 +00:00
parent 0b59dfc14c
commit 9c58e746d9

View file

@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run against changes - name: Run against changes
uses: pre-commit/action@v3.0.0 uses: pre-commit/action@v3.0.1
with: with:
extra_args: --files ${{ join(fromJson(inputs.modifiedFiles), ' ') }} --config .ci/pre-commit/config.yaml extra_args: --files ${{ join(fromJson(inputs.modifiedFiles), ' ') }} --config .ci/pre-commit/config.yaml