Skip to content

Commit fe1f16c

Browse files
authored
chore(all): update actions/github-script action to v6 (#1441)
1 parent 5cffc8c commit fe1f16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }}
1616
steps:
1717
- name: AutoApprove
18-
uses: actions/github-script@v5
18+
uses: actions/github-script@v6
1919
with:
2020
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
2121
script: |

0 commit comments

Comments
 (0)