Merge pull request #45 from unistack-org/dependabot/github_actions/actions/github-script-5

Bump actions/github-script from 4 to 5
This commit is contained in:
Василий Толстов 2021-10-27 18:33:19 +03:00 committed by GitHub
commit 821ac7b986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
|| (github.event.workflow_run.event == 'push' && github.event.workflow_run.pull_requests[0].base.ref == github.event.repository.default_branch ))
steps:
- name: Approve Changes and Merge changes if label 'dependencies' is set
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |