diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8f4d0f1..2d0e8ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: outputs: release_created: ${{ steps.release.outputs.release_created }} steps: - - uses: actions/create-github-app-token@v2.0.6 + - uses: actions/create-github-app-token@v3.0.0 id: app-token with: app-id: ${{ secrets.DS_RELEASE_BOT_ID }}