Skip to content

Commit

Permalink
build(version): bump the version from 0.15.1 to 0.16.0 (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot[bot] authored Mar 9, 2023
2 parents 2f51dec + 3831c38 commit 83ff65e
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 @@ -110,7 +110,7 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/denopendabot@0.15.1 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.16.0 # @denopendabot hasundue/denopendabot
with:
user-token: ${{ secrets.GH_TOKEN }} # needed for updating workflows
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
if: ${{ inputs.mode == 'action' }}
run: >
deno run -q --allow-env --allow-net --allow-write
https://deno.land/x/denopendabot@0.15.1/cli.ts
https://deno.land/x/denopendabot@0.16.0/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 @@ -13,7 +13,7 @@ jobs:
steps:
# dispatch a `denopendabot_run` repository event
- name: Dispatch Run
uses: hasundue/denopendabot@0.15.1 # @denopendabot hasundue/denopendabot
uses: hasundue/denopendabot@0.16.0 # @denopendabot hasundue/denopendabot
with:
mode: app
# or 'action' if you want run Denopendabot locally
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.15.1"; // @denopendabot hasundue/denopendabot
export const VERSION = "0.16.0"; // @denopendabot hasundue/denopendabot

0 comments on commit 83ff65e

Please sign in to comment.