diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 736dc50..31b6a50 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@bf627a5a4415baceb13b8feb7cdbe1f4b112dc8d # v1.8.2 + uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 with: app-id: ${{ secrets.MAZI_RELEASE_APP_ID }} private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}