diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index d29dc50d..3e8b12a6 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -12,7 +12,7 @@ jobs: with: package: "@octokit/openapi-types" 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 }}