Skip to content

Commit

Permalink
Merge pull request #549 from hasundue/denopendabot
Browse files Browse the repository at this point in the history
build(version): bump the version from 0.8.0 to 0.8.1
  • Loading branch information
denopendabot[bot] authored Oct 28, 2022
2 parents eb0d747 + 28c9ba8 commit b749cdc
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 @@ -83,7 +83,7 @@ jobs:
name: Run
runs-on: ubuntu-latest
steps:
- uses: hasundue/denopendabot@0.8.0 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.8.1 # @denopendabot hasundue/denopendabot
mode: app
auto-merge: all # optional
```
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/denopendabot@0.8.0 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.8.1 # @denopendabot hasundue/denopendabot
with:
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 @@ -78,7 +78,7 @@ runs:
if: ${{ inputs.mode == 'action' }}
run: >
deno run -q --allow-env --allow-net --allow-write
https://deno.land/x/denopendabot@0.8.0/cli.ts
https://deno.land/x/denopendabot@0.8.1/cli.ts
${{ inputs.repository }}
--base-branch ${{ inputs.base-branch }}
--working-branch ${{ inputs.working-branch }}
Expand Down
2 changes: 1 addition & 1 deletion app/denopendabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/denopendabot@0.8.0 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.8.1 # @denopendabot hasundue/denopendabot
mode: app
2 changes: 1 addition & 1 deletion integration/app_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { env } from "../mod/env.ts";
const repo = "hasundue/denopendabot";
const base = "test";
const branch = "test-app";
const initial = "0.8.0"; // @denopendabot hasundue/denopendabot
const initial = "0.8.1"; // @denopendabot hasundue/denopendabot
const target = "1.0.0";

const github = new GitHubClient(env.get("GITHUB_TOKEN"));
Expand Down
2 changes: 1 addition & 1 deletion mod/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.8.0"; // @denopendabot hasundue/denopendabot
export const VERSION = "0.8.1"; // @denopendabot hasundue/denopendabot

0 comments on commit b749cdc

Please sign in to comment.