Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#10764)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 12, 2024
1 parent 0e8e9b0 commit 7db0b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git push -f origin action/auto-update-api-list
- name: Open PR
if: ${{ env.FOUND_CHANGES == 'true' }}
uses: actions/github-script@v2
uses: actions/github-script@v7
with:
github-token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
script: |
Expand Down

0 comments on commit 7db0b46

Please sign in to comment.