Skip to content

Commit

Permalink
Merge pull request #184 from sbrunner/renovate/master-actions-github-…
Browse files Browse the repository at this point in the history
…script-7.x

Update actions/github-script action to v7 (master)
  • Loading branch information
sbrunner committed Dec 5, 2023
2 parents 375590e + f70ec3a commit fcbdd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.user.login == 'renovate[bot]'

steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |-
github.rest.pulls.createReview({
Expand Down

0 comments on commit fcbdd2a

Please sign in to comment.