From 6b6476dccdff47dac2407c2198d9c96f165f184b Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 17 Jan 2020 00:13:03 -0800 Subject: [PATCH] chore: upgrade dependabolt to 2.1.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a37fe0e4..c0207529a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}