diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7e003dc..2341a88 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -81,7 +81,7 @@ jobs: - name: Mint App token id: app - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/rotate-credentials.yml b/.github/workflows/rotate-credentials.yml index 05dc61b..e1782b1 100644 --- a/.github/workflows/rotate-credentials.yml +++ b/.github/workflows/rotate-credentials.yml @@ -44,7 +44,7 @@ jobs: # checks. The App token makes the CI gate fire like any human PR. - name: Mint App token id: app - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}