Skip to content

Commit 2e6348b

Browse files
ci(tools): update build tools (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7e7c97 commit 2e6348b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Send Telegram Notification on new release
16-
uses: cbrgm/telegram-github-action@c46169bd096a5918ba1328afc14f8703094a44e4 # v1.3.9
16+
uses: cbrgm/telegram-github-action@23e09288be3c649591e0cd48206f44173e8a4a63 # v1.3.10
1717
with:
1818
token: ${{ secrets.TELEGRAM_TOKEN }}
1919
to: ${{ secrets.TELEGRAM_CHAT_ID }}
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Send Mastodon Status on new release
2929
id: mastodon
30-
uses: cbrgm/mastodon-github-action@92418eedbe66fd0e5252a752c49e4f29f7787978 # v2.1.20
30+
uses: cbrgm/mastodon-github-action@96ff691bc465fd7654dfb68697f94465125a7e21 # v2.1.21
3131
if: ${{ !github.event.repository.private }}
3232
with:
3333
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)