diff --git a/.github/workflows/autosquash.yml b/.github/workflows/autosquash.yml index 63d6868daf6..3a97e0b9b18 100644 --- a/.github/workflows/autosquash.yml +++ b/.github/workflows/autosquash.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == 'aio-libs/aiohttp' }} steps: - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v1.3 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e768b683e4c..8009f8333ab 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == 'aio-libs/aiohttp' }} steps: - id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v1.3 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }}