Skip to content

Commit 48de472

Browse files
committed
chore: update to node24 runtime for GitHub Actions
1 parent 63a9eb9 commit 48de472

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
```yml
2727
- name: Send message
28-
uses: aps-m/telegram-notify-action@v2
28+
uses: aps-m/telegram-notify-action@v3
2929
with:
3030
token: ${{ secrets.TELEGRAM_TOKEN }}
3131
to: ${{ secrets.TELEGRAM_CHATID_TO }}
@@ -37,7 +37,7 @@
3737
3838
```yml
3939
- name: Send message
40-
uses: aps-m/telegram-notify-action@v2
40+
uses: aps-m/telegram-notify-action@v3
4141
with:
4242
token: ${{ secrets.TELEGRAM_TOKEN }}
4343
to: ${{ secrets.TELEGRAM_CHATID_TO }}
@@ -48,7 +48,7 @@
4848
4949
```yml
5050
- name: Send message
51-
uses: aps-m/telegram-notify-action@v2
51+
uses: aps-m/telegram-notify-action@v3
5252
with:
5353
token: ${{ secrets.TELEGRAM_TOKEN }}
5454
to: ${{ secrets.TELEGRAM_CHATID_TO }}
@@ -59,7 +59,7 @@
5959
6060
```yml
6161
- name: Send message
62-
uses: aps-m/telegram-notify-action@v2
62+
uses: aps-m/telegram-notify-action@v3
6363
with:
6464
token: ${{ secrets.TELEGRAM_TOKEN }}
6565
to: ${{ secrets.TELEGRAM_CHATID_TO }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ inputs:
3535
required: false
3636

3737
runs:
38-
using: node20
38+
using: node24
3939
main: dist/index.js

0 commit comments

Comments
 (0)