From 14a60c58469b6037ff960c8c641109e8f6d21141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:37:37 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/baseline from 0.16.1 to 0.16.2 Bumps [rubykatzen/baseline](https://github.com/rubykatzen/baseline) from 0.16.1 to 0.16.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.16.1...v0.16.2) --- updated-dependencies: - dependency-name: rubykatzen/baseline dependency-version: 0.16.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 dc25444..cd12eae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,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.16.1 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.16.2 with: message: "Deploy: ${{ matrix.name }} updated" telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b5056c8..c7bf2a4 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.16.1 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v0.16.2 with: message: "Renovate: updated on ${{ steps.renovate.outputs.target-name }} (${{ steps.renovate.outputs.updated-hosts }})" telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}