Skip to content

Commit

Permalink
gha: bump appleboy/telegram-action in the github-actions group (#246)
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 1.0.0 to 1.0.1
- [Release notes](https://github.com/appleboy/telegram-action/releases)
- [Changelog](https://github.com/appleboy/telegram-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/telegram-action@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: appleboy/telegram-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] authored Nov 18, 2024
1 parent 19aafef commit a4bb92c
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' && inputs.tx_project == 'python-newest'
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
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' && inputs.tx_project == 'python-newest'
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
Expand Down

0 comments on commit a4bb92c

Please sign in to comment.