mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
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:
parent
0b59dfc14c
commit
9c58e746d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-commit-check.yaml
vendored
2
.github/workflows/pre-commit-check.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue