Skip to content

Commit

Permalink
docs(deps): bump hasundue/denopendabot from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot committed Oct 16, 2022
1 parent 1c5f87a commit 98327d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/denopendabot@0.6.1 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.6.2 # @denopendabot hasundue/denopendabot
with:
user-token: ${{ secrets.GH_TOKEN }}
```
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.6.1"; // @denopendabot hasundue/denopendabot
const initial = "0.6.2"; // @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 RepoUpdate("mod.ts", {
name: "hasundue/denopendabot",
initial: "0.6.1", // @denopendabot hasundue/denopendabot
initial: "0.6.2", // @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 { getModuleUpdateSpecs, ModuleUpdate } from "./lib/module.ts";
import { getRepoUpdateSpecs, RepoUpdate } from "./lib/repo.ts";

export const VERSION = "0.6.1"; // @denopendabot hasundue/denopendabot
export const VERSION = "0.6.2"; // @denopendabot hasundue/denopendabot

interface Options {
base?: string;
Expand Down

0 comments on commit 98327d9

Please sign in to comment.