Skip to content

Commit

Permalink
chore: upgrade dependabolt to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 17, 2020
1 parent d9a2197 commit 6b6476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- name: Run dependabolt
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/')
uses: docker://malept/gha-dependabolt:2.1.0
uses: docker://malept/gha-dependabolt:2.1.1
env:
DEPENDABOLT_SSH_DEPLOY_KEY: ${{ secrets.DEPENDABOLT_SSH_DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6b6476d

Please sign in to comment.