From 3b61e5e60a13db589fd5ebfee9de370d43485c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:32:34 +0000 Subject: [PATCH] Bump containrrr/shoutrrr-action from 1 to 1.0.103 Bumps [containrrr/shoutrrr-action](https://github.com/containrrr/shoutrrr-action) from 1 to 1.0.103. - [Release notes](https://github.com/containrrr/shoutrrr-action/releases) - [Commits](https://github.com/containrrr/shoutrrr-action/compare/v1...v1.0.103) --- updated-dependencies: - dependency-name: containrrr/shoutrrr-action dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b407d8..9e43b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: uses: actions/deploy-pages@v5 - name: Post status to Google Chat if: ${{ always() }} - uses: containrrr/shoutrrr-action@v1 + uses: containrrr/shoutrrr-action@v1.0.103 with: url: "${{ secrets.WATCHTOWER_NOTIFICATION_URL }}" message: "Released `${{ github.repository }}`@`${{ github.sha }}` as ${{ steps.version.outputs.tag }}: *${{ job.status }}*."