Skip to content

Commit 074d7cc

Browse files
ci(tools): update build tools
1 parent 84146b6 commit 074d7cc

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@57b424b03d7bea80a81eb5084dfb4cce3c6e8291 # v1.3.6
16+
uses: cbrgm/telegram-github-action@fbfd41d2ca0ce96cf6fd0fbd90075299ce266201 # v1.3.7
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@ef8d2c8c23036df73417e8acfe0f3fea0ee0d487 # v2.1.17
30+
uses: cbrgm/mastodon-github-action@84146b67a4872397c619a47c72151952a35ed4be # v2.1.18
3131
if: ${{ !github.event.repository.private }}
3232
with:
3333
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)