Skip to content

Commit c56f514

Browse files
TroyGardenfacebook-github-bot
authored andcommitted
fix pre-commit issue (#2888)
Summary: Pull Request resolved: #2888 # context * the pre-commit action is out-of-date ``` install pre-commit Error: getCacheEntry failed: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset ``` * update it to latest version Reviewed By: iamzainhuda Differential Revision: D73065266 fbshipit-source-id: 8518c7ea21cb00e04018fd4f0d70f3557432b703
1 parent 75f1f1c commit c56f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Checkout Torchrec
2222
uses: actions/checkout@v4
2323
- name: Run pre-commit
24-
uses: pre-commit/action@v2.0.3
24+
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)