From deb85e8bca1084af01ef4ffea8c27c20cfb7d896 Mon Sep 17 00:00:00 2001 From: denopendabot-action Date: Wed, 26 Oct 2022 23:37:46 +0900 Subject: [PATCH] build(deps): bump deno.land/x/denopendabot from 0.7.1 to 0.7.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1533be8a..1249f1f8 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: - name: Run Denopendabot run: > deno run -q --allow-env --allow-net - https://deno.land/x/denopendabot@0.7.1/main.ts + https://deno.land/x/denopendabot@0.7.2/main.ts ${{ inputs.repository }} --base ${{ inputs.base-branch }} --branch ${{ inputs.working-branch }}