diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba982792c7..d394d3c4d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: ✅ Use App Token for the Bot which is allowed to create releases - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 id: app-token with: app-id: ${{ vars.BOT_APP_ID }}