From 5203077f46caeaa05756b7267fb680e4c0221bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:07:54 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/baseline/.github/workflows/notify-telegram-release-shared.yml Bumps [rubykatzen/baseline/.github/workflows/notify-telegram-release-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-release-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-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-telegram-release.yml b/.github/workflows/notify-telegram-release.yml index e65e265..002749a 100644 --- a/.github/workflows/notify-telegram-release.yml +++ b/.github/workflows/notify-telegram-release.yml @@ -4,7 +4,7 @@ on: types: [published] jobs: notify: - uses: rubykatzen/baseline/.github/workflows/notify-telegram-release-shared.yml@v0.16.1 + uses: rubykatzen/baseline/.github/workflows/notify-telegram-release-shared.yml@v0.16.2 secrets: TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}