Skip to content

Commit

Permalink
Merge pull request #197 from hasundue/denopendabot
Browse files Browse the repository at this point in the history
build(deps): update dependencies
  • Loading branch information
hasundue authored Oct 14, 2022
2 parents 994eaeb + 48e2ec9 commit e6bd555
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/[email protected].10 # @denopendabot hasundue/denopendabot
- uses: hasundue/[email protected].11 # @denopendabot hasundue/denopendabot
with:
token: ${{ secrets.GITHUB_TOKEN }}
user-token: ${{ secrets.GH_TOKEN }}
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Run Denopendabot
run: >
deno run -q --allow-env --allow-net
https://deno.land/x/[email protected].9/main.ts # @denopendabot hasundue/denopendabot
https://deno.land/x/[email protected].10/main.ts # @denopendabot hasundue/denopendabot
${{ github.repository }}
--token ${{ secrets.GITHUB_TOKEN }}
--user-token ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Run Denopendabot
run: >
deno run -q --allow-env --allow-net
https://deno.land/x/[email protected].9/main.ts # @denopendabot hasundue/denopendabot
https://deno.land/x/[email protected].10/main.ts # @denopendabot hasundue/denopendabot
${{ inputs.repository }}
--base ${{ inputs.base-branch }}
--branch ${{ inputs.working-branch }}
Expand Down
2 changes: 1 addition & 1 deletion integration/mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion lib/github_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6bd555

Please sign in to comment.