From c7d14e9e1348b2d9c8d762133dac2414e6693707 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:47:31 +0000 Subject: [PATCH] ci(action): update gr2m/release-notifier-action action to v2 --- .github/workflows/release-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 21c0e4424..204795592 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -20,7 +20,7 @@ jobs: with: package: "@octokit/webhooks-examples" version: ${{ github.event.release.tag_name }} - - uses: gr2m/release-notifier-action@v1 + - uses: gr2m/release-notifier-action@v2 with: app_id: ${{ secrets.RELEASE_NOTIFIER_APP_ID }} private_key: ${{ secrets.RELEASE_NOTIFIER_APP_PRIVATE_KEY }}