Skip to content

Commit 534273e

Browse files
Bump appleboy/telegram-action from 1.0.0 to 1.0.1 (#17)
Bumps [appleboy/telegram-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75d18ef commit 534273e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-base-image-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- if: steps.check.outputs.needs-updating == 'true'
3939
name: Send telegram notification
40-
uses: appleboy/[email protected].0
40+
uses: appleboy/[email protected].1
4141
with:
4242
to: ${{ secrets.TELEGRAM_CHAT_ID }}
4343
token: ${{ secrets.TELEGRAM_TOKEN }}

.github/workflows/docker-buildx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Send telegram notification
8888
if: github.ref == 'refs/heads/main'
89-
uses: appleboy/[email protected].0
89+
uses: appleboy/[email protected].1
9090
with:
9191
to: ${{ secrets.TELEGRAM_CHAT_ID }}
9292
token: ${{ secrets.TELEGRAM_TOKEN }}

.github/workflows/get-latest-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Send telegram notification
12-
uses: appleboy/[email protected].0
12+
uses: appleboy/[email protected].1
1313
with:
1414
to: ${{ secrets.TELEGRAM_CHAT_ID }}
1515
token: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)