Skip to content

Commit

Permalink
chore(deps): bump appleboy/telegram-action from 0.1.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [appleboy/telegram-action](https://github.com/appleboy/telegram-action) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/appleboy/telegram-action/releases)
- [Commits](appleboy/telegram-action@v0.1.1...v1.0.0)

---
updated-dependencies:
- dependency-name: appleboy/telegram-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent adc5a2f commit f52246e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
artifacts: "build/app/outputs/flutter-apk/*release.apk"
token: ${{ secrets.ACTIONS_TOKEN }}
- name: Telegram Message Notify
uses: appleboy/telegram-action@v0.1.1
uses: appleboy/telegram-action@v1.0.0
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
artifacts: "build/app/outputs/flutter-apk/*release.apk"
token: ${{ secrets.ACTIONS_TOKEN }}
- name: Telegram Message Notify
uses: appleboy/telegram-action@v0.1.1
uses: appleboy/telegram-action@v1.0.0
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
Expand Down

0 comments on commit f52246e

Please sign in to comment.