mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
Update actions/github-script requirement to v2
Updates the requirements on [actions/github-script](https://github.com/actions/github-script) to permit the latest version.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](6e5ee1dc1c
)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2923d0cca
commit
1870af5c5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/automerge-dependabot.yml
vendored
2
.github/workflows/automerge-dependabot.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: merge
|
||||
uses: actions/github-script@0.2.0
|
||||
uses: actions/github-script@v2
|
||||
with:
|
||||
script: |
|
||||
github.pullRequests.createReview({
|
||||
|
|
Loading…
Reference in a new issue