Skip to content

Commit 23a629d

Browse files
authored
build: use v2 of dependabolt (#1160)
Migrates to GitHub Actions v2.
1 parent 9c8bfa7 commit 23a629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabolt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.event.ref_type == 'branch' && startsWith(github.event.ref, 'dependabot/')
1111
uses: actions/checkout@v1
1212
- name: Run dependabolt
13-
uses: docker://malept/gha-dependabolt:1.1.0
13+
uses: docker://malept/gha-dependabolt:2.0.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)