Skip to content

Commit a32f2d8

Browse files
gha: bump appleboy/telegram-action in the github-actions group (#304)
Bumps the github-actions group with 1 update: [appleboy/telegram-action](https://github.com/appleboy/telegram-action). Updates `appleboy/telegram-action` from 1.0.1 to 1.1.1 - [Release notes](https://github.com/appleboy/telegram-action/releases) - [Commits](appleboy/telegram-action@221e6b6...214f06c) --- updated-dependencies: - dependency-name: appleboy/telegram-action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e5a3c commit a32f2d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Notify via Telegram
9696
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
97-
uses: appleboy/telegram-action@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1
97+
uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1
9898
with:
9999
to: ${{ secrets.telegram_to }}
100100
token: ${{ secrets.telegram_token }}
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Notify via Telegram
180180
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
181-
uses: appleboy/telegram-action@221e6b684967abe813051ee4a37dd61770a83ad3 # v1.0.1
181+
uses: appleboy/telegram-action@214f06cfa3d3a588c1472116889437e7c6fd29b1 # v1.1.1
182182
with:
183183
to: ${{ secrets.telegram_to }}
184184
token: ${{ secrets.telegram_token }}

0 commit comments

Comments
 (0)