From a6ad24471fd7e8996ce3b1d0d466e082aa762b19 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Sat, 15 Oct 2022 00:43:30 +0900 Subject: [PATCH 1/3] docs(deps): bump deno.land/x/denopendabot@0.5.9/main.t to 0.5.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ca9ec4..4adc1941 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ jobs: - name: Run Denopendabot run: > deno run -q --allow-env --allow-net - https://deno.land/x/denopendabot@0.5.9/main.ts # @denopendabot hasundue/denopendabot + https://deno.land/x/denopendabot@0.5.10/main.ts # @denopendabot hasundue/denopendabot ${{ github.repository }} --token ${{ secrets.GITHUB_TOKEN }} --user-token ${{ secrets.GH_TOKEN }} From 0ed085c282b099013379ea3a495117fab50909d4 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Sat, 15 Oct 2022 00:43:30 +0900 Subject: [PATCH 2/3] docs(deps): bump hasundue/denopendabot from 0.5.10 to 0.5.11 --- README.md | 2 +- integration/mod_test.ts | 2 +- lib/github_test.ts | 2 +- mod.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4adc1941..6bc28b83 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: name: Update runs-on: ubuntu-latest steps: - - uses: hasundue/denopendabot@0.5.10 # @denopendabot hasundue/denopendabot + - uses: hasundue/denopendabot@0.5.11 # @denopendabot hasundue/denopendabot with: token: ${{ secrets.GITHUB_TOKEN }} user-token: ${{ secrets.GH_TOKEN }} diff --git a/integration/mod_test.ts b/integration/mod_test.ts index 28f107a1..4d9f9d72 100644 --- a/integration/mod_test.ts +++ b/integration/mod_test.ts @@ -8,7 +8,7 @@ import { Client } from "../lib/github.ts"; const repo = "hasundue/denopendabot"; const base = "test"; -const initial = "0.5.10"; // @denopendabot hasundue/denopendabot +const initial = "0.5.11"; // @denopendabot hasundue/denopendabot const target = "1.0.0"; const github = new Client(env.GITHUB_TOKEN); diff --git a/lib/github_test.ts b/lib/github_test.ts index fe5572da..ee6d12ae 100644 --- a/lib/github_test.ts +++ b/lib/github_test.ts @@ -47,7 +47,7 @@ Deno.test({ const update = new Update("mod.ts", { name: "hasundue/denopendabot", - initial: "0.5.10", // @denopendabot hasundue/denopendabot + initial: "0.5.11", // @denopendabot hasundue/denopendabot target: "1.0.0", }); const message = "[TEST] " + update.message(); diff --git a/mod.ts b/mod.ts index 077e38dd..c211bc06 100644 --- a/mod.ts +++ b/mod.ts @@ -7,7 +7,7 @@ import { Client } from "./lib/github.ts"; import * as module from "./lib/module.ts"; import * as repo from "./lib/repo.ts"; -export const VERSION = "0.5.10"; // @denopendabot hasundue/denopendabot +export const VERSION = "0.5.11"; // @denopendabot hasundue/denopendabot interface Options { base?: string; From 48e2ec9f7efe42f52851e44aa83a87d75fb87818 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Sat, 15 Oct 2022 00:43:31 +0900 Subject: [PATCH 3/3] build(deps): bump deno.land/x/denopendabot@0.5.9/main.t to 0.5.10 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 41847225..8091006c 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: - name: Run Denopendabot run: > deno run -q --allow-env --allow-net - https://deno.land/x/denopendabot@0.5.9/main.ts # @denopendabot hasundue/denopendabot + https://deno.land/x/denopendabot@0.5.10/main.ts # @denopendabot hasundue/denopendabot ${{ inputs.repository }} --base ${{ inputs.base-branch }} --branch ${{ inputs.working-branch }}