Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b31e2f

Browse files
gha: bump appleboy/telegram-action in the github-actions group (#232)
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>
1 parent 6155608 commit 0b31e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
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'
94-
uses: appleboy/telegram-action@v0.1.1
94+
uses: appleboy/telegram-action@v1.0.0
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'
153-
uses: appleboy/telegram-action@v0.1.1
153+
uses: appleboy/telegram-action@v1.0.0
154154
with:
155155
to: ${{ secrets.TELEGRAM_TO }}
156156
token: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)