From 0a2558d4a588431761d8016d747a60fc7ee12603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:14:17 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/baseline from 0.17.0 to 0.17.2 Bumps [rubykatzen/baseline](https://github.com/rubykatzen/baseline) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/rubykatzen/baseline/releases) - [Changelog](https://github.com/rubykatzen/baseline/blob/main/CHANGELOG.md) - [Commits](https://github.com/rubykatzen/baseline/compare/v0.17.0...v0.17.2) --- updated-dependencies: - dependency-name: rubykatzen/baseline dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0c22db..8776beb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: tailscale-oauth-client-id: ${{ vars.TAILSCALE_OAUTH_CLIENT_ID }} tailscale-oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} - name: Notify Telegram - uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.17.0 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.17.2 with: message: ${{ steps.deploy.outputs.telegram-message }} telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 5582260..b635392 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -37,7 +37,7 @@ jobs: tailscale-oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} - name: Notify Telegram if: steps.renovate.outputs.updated == 'true' - uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.17.0 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.17.2 with: message: ${{ steps.renovate.outputs.telegram-message }} telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}