Skip to content

Commit

Permalink
Bump actions/github-script from 4.0.2 to 4.1 (#108)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4.0.2...v4.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2021
1 parent 4c36b3a commit e439278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: automerge
uses: actions/github-script@v4.0.2
uses: actions/github-script@v4.1
with:
github-token: "${{ secrets.GH_TOKEN }}"
script: |
Expand Down

0 comments on commit e439278

Please sign in to comment.