Bump actions/github-script from 4 to 5 #40

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/github-script-5 into master 2021-09-24 20:21:25 +03:00
Showing only changes of commit 29b780d2a1 - Show all commits

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: |