Skip to content

Commit a4bb92c

Browse files
gha: bump appleboy/telegram-action in the github-actions group (#246)
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>
1 parent 19aafef commit a4bb92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Notify via Telegram
9393
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
94-
uses: appleboy/[email protected].0
94+
uses: appleboy/[email protected].1
9595
with:
9696
to: ${{ secrets.TELEGRAM_TO }}
9797
token: ${{ secrets.TELEGRAM_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Notify via Telegram
152152
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
153-
uses: appleboy/[email protected].0
153+
uses: appleboy/[email protected].1
154154
with:
155155
to: ${{ secrets.TELEGRAM_TO }}
156156
token: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)