Skip to content

Commit 691d3c5

Browse files
Renovate [BOT]luketainton
Renovate [BOT]
authored andcommitted
chore(deps): update https://git.tainton.uk/actions/pushover-action action to v1.1.3 (#23)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://git.tainton.uk/actions/pushover-action](https://git.tainton.uk/actions/pushover-action) | action | patch | `v1.1.0` -> `v1.1.3` | --- ### Release Notes <details> <summary>actions/pushover-action (https://git.tainton.uk/actions/pushover-action)</summary> ### [`v1.1.3`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.2...v1.1.3) [Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.2...v1.1.3) ### [`v1.1.2`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.1...v1.1.2) [Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.1...v1.1.2) ### [`v1.1.1`](https://git.tainton.uk/actions/pushover-action/compare/v1.1.0...v1.1.1) [Compare Source](https://git.tainton.uk/actions/pushover-action/compare/v1.1.0...v1.1.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/23 Co-authored-by: Renovate [BOT] <[email protected]> Co-committed-by: Renovate [BOT] <[email protected]>
1 parent 391f3d9 commit 691d3c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .gitea/workflows/docker-compose-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: "[ON RUNNER] Notify Build Start"
27-
uses: https://git.tainton.uk/actions/[email protected].0
27+
uses: https://git.tainton.uk/actions/[email protected].3
2828
env:
2929
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
3030
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
8585
docker compose --env-file .env up --detach
8686
8787
- name: "[ON RUNNER] Notify Build End"
88-
uses: https://git.tainton.uk/actions/[email protected].0
88+
uses: https://git.tainton.uk/actions/[email protected].3
8989
env:
9090
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
9191
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}

Diff for: .gitea/workflows/docker-compose-remove.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: "[ON RUNNER] Notify Build Start"
27-
uses: https://git.tainton.uk/actions/[email protected].0
27+
uses: https://git.tainton.uk/actions/[email protected].3
2828
env:
2929
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
3030
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454
rm -rf ${{ env.project_folder }}
5555
5656
- name: "[ON RUNNER] Notify Build End"
57-
uses: https://git.tainton.uk/actions/[email protected].0
57+
uses: https://git.tainton.uk/actions/[email protected].3
5858
env:
5959
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
6060
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}

0 commit comments

Comments
 (0)