Skip to content

Commit

Permalink
build(deps): bump stdlib-js/stdlib-chat-bot from 0.0.1 to 0.0.2
Browse files Browse the repository at this point in the history
PR-URL: #2225

Bumps [stdlib-js/stdlib-chat-bot](https://github.com/stdlib-js/stdlib-chat-bot) from 0.0.1 to 0.0.2.
- [Commits](stdlib-js/stdlib-chat-bot@6c0643a...aaa9ebb)

---
updated-dependencies:
- dependency-name: stdlib-js/stdlib-chat-bot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 1cb443c commit 466b5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discussion_bot_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Run the chatbot action:
- name: 'Run chatbot action'
# Pin action to full length commit SHA
uses: stdlib-js/stdlib-chat-bot@6c0643a5a1eb3c782b2df3bfd11e836d2ac7268e # v0.0.1
uses: stdlib-js/stdlib-chat-bot@aaa9ebbeb4f4ec750bba5df5c152725bb84ee825 # v0.0.2
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/discussion_comment_bot_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Run the chatbot action:
- name: 'Run chatbot action'
# Pin action to full length commit SHA
uses: stdlib-js/stdlib-chat-bot@6c0643a5a1eb3c782b2df3bfd11e836d2ac7268e # v0.0.1
uses: stdlib-js/stdlib-chat-bot@aaa9ebbeb4f4ec750bba5df5c152725bb84ee825 # v0.0.2
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.CHATBOT_GITHUB_TOKEN }}

0 comments on commit 466b5aa

Please sign in to comment.