Skip to content

Commit

Permalink
gha: bump appleboy/telegram-action in the github-actions group (#232)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [appleboy/telegram-action](https://github.com/appleboy/telegram-action).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent 6155608 commit 0b31e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Notify via Telegram
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
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 Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Notify via Telegram
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule'
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 0b31e2f

Please sign in to comment.