Skip to content

Commit

Permalink
build(version): bump the version from 0.10.7 to 0.10.8 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot[bot] committed Oct 31, 2022
2 parents 0460c7c + 73b9cd3 commit 4306f9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/denopendabot@0.10.7 # @denopendabot hasundue/denopendabot
- uses: hasundue/denopendabot@0.10.8 # @denopendabot hasundue/denopendabot
with:
user-token: ${{ secrets.GH_TOKEN }} # needed for updating workflows
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -90,7 +90,7 @@ runs:
if: ${{ inputs.mode == 'action' }}
run: >
deno run -q --allow-env --allow-net --allow-write
https://deno.land/x/denopendabot@0.10.7/cli.ts
https://deno.land/x/denopendabot@0.10.8/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
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# dispatch a `denopendabot_run` repository event
- name: Dispatch Run
uses: hasundue/denopendabot@0.10.7 # @denopendabot hasundue/denopendabot
uses: hasundue/denopendabot@0.10.8 # @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
@@ -1 +1 @@
export const VERSION = "0.10.7"; // @denopendabot hasundue/denopendabot
export const VERSION = "0.10.8"; // @denopendabot hasundue/denopendabot

0 comments on commit 4306f9d

Please sign in to comment.