From db2995246883b4c4152c5d3d76959190b2dc5b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:07:53 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/baseline/.github/workflows/notify-telegram-pr-shared.yml Bumps [rubykatzen/baseline/.github/workflows/notify-telegram-pr-shared.yml](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/.github/workflows/notify-telegram-pr-shared.yml dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-telegram-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-telegram-pr.yml b/.github/workflows/notify-telegram-pr.yml index 30953c7..f993dac 100644 --- a/.github/workflows/notify-telegram-pr.yml +++ b/.github/workflows/notify-telegram-pr.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: notify: - uses: rubykatzen/baseline/.github/workflows/notify-telegram-pr-shared.yml@v0.16.1 + uses: rubykatzen/baseline/.github/workflows/notify-telegram-pr-shared.yml@v0.16.2 secrets: TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}