Skip to content

Commit aed48ff

Browse files
committed
⬆️ Update pre-commit action to v3
Pin pre-commit/action to major version v3 instead of specific patch version v3.0.1 for automatic minor and patch updates while maintaining compatibility.
1 parent ab7946a commit aed48ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/.github/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v5
5656
with:
5757
persist-credentials: false
58-
- uses: pre-commit/action@v3.0.1
58+
- uses: pre-commit/action@v3
5959

6060
mypy:
6161
if: {% raw %}${{ always() }}{% endraw %}

0 commit comments

Comments
 (0)