Skip to content

Commit d5a881d

Browse files
committed
Update GitHub Actions workflow for pre-commit checks
- Changed the checkout action to use the latest version (v3) for improved stability and performance. - Updated the pre-commit action to version 3.0.1, ensuring compatibility with the latest features and fixes. These changes enhance the reliability of the pre-commit workflow, ensuring that the latest updates are utilized for better performance and functionality.
1 parent b833f22 commit d5a881d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
10+
- uses: actions/checkout@checkout@v3
1111
with:
1212
fetch-depth: 0
13-
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
13+
- uses: pre-commit/action@[email protected]
1414
with:
1515
extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)