Skip to content

Commit

Permalink
build(version): bump the version from 0.18.0 to 0.18.1 (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue authored Dec 5, 2023
2 parents e19befe + 5dd0692 commit d3cc5e6
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 @@ -107,7 +107,7 @@ jobs:
name: Update
runs-on: ubuntu-latest
steps:
- uses: hasundue/[email protected].0 # @denopendabot hasundue/denopendabot
- uses: hasundue/[email protected].1 # @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/[email protected].0/cli.ts
https://deno.land/x/[email protected].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 @@ -13,7 +13,7 @@ jobs:
steps:
# dispatch a `denopendabot_run` repository event
- name: Dispatch Run
uses: hasundue/[email protected].0 # @denopendabot hasundue/denopendabot
uses: hasundue/[email protected].1 # @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.18.0"; // @denopendabot hasundue/denopendabot
export const VERSION = "0.18.1"; // @denopendabot hasundue/denopendabot

0 comments on commit d3cc5e6

Please sign in to comment.