Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (.github/workf…
Browse files Browse the repository at this point in the history
…lows/auto-approve.yml)
  • Loading branch information
IK Renovate Bot committed Nov 17, 2023
1 parent b1f7f36 commit e744e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: add-label-on-approve
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
if: success()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit e744e64

Please sign in to comment.