Skip to content

Commit 67cc4fc

Browse files
authored
Update PR Difficulty Rating action to use the latest version. (#80)
1 parent 773addb commit 67cc4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-rating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414
steps:
1515
- name: PR Difficulty Rating
16-
uses: rate-my-pr/rate@v1.0.11
16+
uses: rate-my-pr/rate@v1
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
LLAMA_URL: ${{ secrets.LLAMA_URL }}

0 commit comments

Comments
 (0)