From 262d27364adc6e2ac1ad2af3057caa5ae7fc7676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:02:51 +0000 Subject: [PATCH] Bump containrrr/shoutrrr-action from 1.0.106 to 1.0.109 Bumps [containrrr/shoutrrr-action](https://github.com/containrrr/shoutrrr-action) from 1.0.106 to 1.0.109. - [Release notes](https://github.com/containrrr/shoutrrr-action/releases) - [Commits](https://github.com/containrrr/shoutrrr-action/compare/v1.0.106...v1.0.109) --- updated-dependencies: - dependency-name: containrrr/shoutrrr-action dependency-version: 1.0.109 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 94f1b1e..80d58b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Post status to Google Chat if: ${{ always() }} - uses: containrrr/shoutrrr-action@v1.0.106 + uses: containrrr/shoutrrr-action@v1.0.109 with: url: "${{ secrets.WATCHTOWER_NOTIFICATION_URL }}" message: "Released `${{ github.repository }}`@`${{ github.sha }}` as ${{ steps.version.outputs.tag }}: *${{ job.status }}*."