Skip to content

Commit 238c1b4

Browse files
authored
Update prek-action to version 2 in workflow
1 parent ce7b5a5 commit 238c1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/.github/workflows/{% if copier_auto_update %}copier.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: steps.check_changes.outputs.has_changes == 'true'{% elif precommit_tool == 'prek' %}
128128

129129
- name: Run prek
130-
uses: j178/prek-action@v1
130+
uses: j178/prek-action@v2
131131
continue-on-error: true
132132
if: steps.check_changes.outputs.has_changes == 'true'{% endif %}{% endif %}
133133

0 commit comments

Comments
 (0)