Skip to content

Commit 5a221a7

Browse files
authored
Update auto_approve.yml
1 parent 34ed4cd commit 5a221a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
pull-requests: write
1515
steps:
16-
- uses: hmarr/auto-approve-action@main
16+
- uses: hmarr/auto-approve-action@v4
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
pull-request-number: ${{ github.event.inputs.pullRequestNumber }}

0 commit comments

Comments
 (0)