From 691d3c563f8600441a7455e4899f94b42bf6e433 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Sun, 23 Mar 2025 22:15:41 +0100 Subject: [PATCH] chore(deps): update https://git.tainton.uk/actions/pushover-action action to v1.1.3 (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
actions/pushover-action (https://git.tainton.uk/actions/pushover-action) ### [`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)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/23 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .gitea/workflows/docker-compose-deploy.yml | 4 ++-- .gitea/workflows/docker-compose-remove.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker-compose-deploy.yml b/.gitea/workflows/docker-compose-deploy.yml index 4b438a8..78e85d2 100644 --- a/.gitea/workflows/docker-compose-deploy.yml +++ b/.gitea/workflows/docker-compose-deploy.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "[ON RUNNER] Notify Build Start" - uses: https://git.tainton.uk/actions/pushover-action@v1.1.0 + uses: https://git.tainton.uk/actions/pushover-action@v1.1.3 env: PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }} PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }} @@ -85,7 +85,7 @@ jobs: docker compose --env-file .env up --detach - name: "[ON RUNNER] Notify Build End" - uses: https://git.tainton.uk/actions/pushover-action@v1.1.0 + uses: https://git.tainton.uk/actions/pushover-action@v1.1.3 env: PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }} PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }} diff --git a/.gitea/workflows/docker-compose-remove.yml b/.gitea/workflows/docker-compose-remove.yml index fb72678..5b44803 100644 --- a/.gitea/workflows/docker-compose-remove.yml +++ b/.gitea/workflows/docker-compose-remove.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "[ON RUNNER] Notify Build Start" - uses: https://git.tainton.uk/actions/pushover-action@v1.1.0 + uses: https://git.tainton.uk/actions/pushover-action@v1.1.3 env: PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }} PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }} @@ -54,7 +54,7 @@ jobs: rm -rf ${{ env.project_folder }} - name: "[ON RUNNER] Notify Build End" - uses: https://git.tainton.uk/actions/pushover-action@v1.1.0 + uses: https://git.tainton.uk/actions/pushover-action@v1.1.3 env: PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }} PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}