Skip to content

Commit

Permalink
[Upgraded] Dependabot Auto Merge PR to Node v16 (Ref:#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbragg committed Oct 20, 2022
1 parent 7fdb67c commit 3c86ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependabot-auto-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
steps:

- name: "Generate Vatu Bot token."
uses: tibdex/github-app-token@v1.6
uses: tibdex/github-app-token@v1.7.0
id: generate_token
with:
app_id: ${{ secrets.VATU_BOT_ID }}
private_key: ${{ secrets.VATU_BOT_KEY }}

- name: "Auto Approve Pull Request."
uses: actions/github-script@v6.1.0
uses: actions/github-script@v6.3.3
with:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
Expand All @@ -57,7 +57,7 @@ jobs:
})
- name: "Auto Merges Pull Request."
uses: actions/github-script@v6.1.0
uses: actions/github-script@v6.3.3
with:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
Expand All @@ -73,7 +73,7 @@ jobs:

- name: "Post Slack notification message."
id: slack
uses: slackapi/slack-github-action@v1.21
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: 'updates'
slack-message: ${{ env.slack_message }}
Expand Down

0 comments on commit 3c86ca2

Please sign in to comment.