Skip to content

Commit

Permalink
Bump appleboy/telegram-action from 0.1.1 to 1.0.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent 5e53747 commit 11d8d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ runs:
env.escapedmsg != ''
&& inputs.telegram-to != ''
&& inputs.telegram-token != ''
uses: appleboy/telegram-action@v0.1.1
uses: appleboy/telegram-action@v1.0.0
with:
to: ${{ inputs.telegram-to }}
token: ${{ inputs.telegram-token }}
Expand All @@ -155,7 +155,7 @@ runs:
env.graphpath != ''
&& inputs.telegram-to != ''
&& inputs.telegram-token != ''
uses: appleboy/telegram-action@v0.1.1
uses: appleboy/telegram-action@v1.0.0
with:
to: ${{ inputs.telegram-to }}
token: ${{ inputs.telegram-token }}
Expand Down

0 comments on commit 11d8d91

Please sign in to comment.