fix: update pushover-action version to v1.1.5 for notifications
All checks were successful
Deploy / deploy (push) Successful in 37s

This commit is contained in:
2026-03-13 20:50:59 +00:00
parent 36353780da
commit dab87b446d

View File

@@ -40,7 +40,7 @@ jobs:
- name: Notify Success
if: success()
uses: https://git.tainton.uk/actions/pushover-action@v1.1.4
uses: https://git.tainton.uk/actions/pushover-action@v1.1.5
env:
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
- name: Notify Failure
if: failure()
uses: https://git.tainton.uk/actions/pushover-action@v1.1.4
uses: https://git.tainton.uk/actions/pushover-action@v1.1.5
env:
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}