Skip to content

Commit

Permalink
Merge pull request #18 from Tamschi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/github-script-4.1
  • Loading branch information
dependabot[bot] authored Aug 20, 2021
2 parents 9ef4fff + 8631747 commit 3783cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: auto-approve
uses: actions/github-script@v4.0.2
uses: actions/github-script@v4.1
with:
# The default token is enough to comment, but Dependabot will only comply if you impersonate a user with write access.
github-token: ${{secrets.AUTO_APPROVE_DEPENDABOT_TOKEN}}
Expand Down

0 comments on commit 3783cd0

Please sign in to comment.