Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
enable-cache: true
cache-python: true
- uses: j178/prek-action@v2.0.6
- uses: j178/prek-action@v3.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: The v3.0.0 notes recommend pinning the commit SHA now that tags are immutable:

- uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0

Dependabot maintains SHA pins and their trailing version comments the same way it maintains tags. Better as a separate repo-wide pass than inside a Dependabot PR — an exact release tag is already a reasonable stopping point.

Loading