mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
Merge pull request #460 from github/dependabot/github_actions/actions/github-script-v2
Update actions/github-script requirement to v2
This commit is contained in:
commit
6f2c7cace3
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]'
|
if: github.actor == 'dependabot[bot]'
|
||||||
steps:
|
steps:
|
||||||
- name: merge
|
- name: merge
|
||||||
uses: actions/github-script@0.2.0
|
uses: actions/github-script@v2
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.pullRequests.createReview({
|
github.pullRequests.createReview({
|
||||||
|
|
Loading…
Reference in a new issue