From 8d876192318f2e42c8fd8ce764b32a26f15bff36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:04:15 +0000 Subject: [PATCH] Bump containrrr/shoutrrr-action from 1 to 1.0.104 Bumps [containrrr/shoutrrr-action](https://github.com/containrrr/shoutrrr-action) from 1 to 1.0.104. - [Release notes](https://github.com/containrrr/shoutrrr-action/releases) - [Commits](https://github.com/containrrr/shoutrrr-action/compare/v1...v1.0.104) --- updated-dependencies: - dependency-name: containrrr/shoutrrr-action dependency-version: 1.0.104 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 28b4dd1..29a73c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,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.104 with: url: "${{ secrets.WATCHTOWER_NOTIFICATION_URL }}" message: "Released `${{ github.repository }}`@`${{ github.sha }}` as ${{ steps.version.outputs.tag }}: *${{ job.status }}*."