diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index 114c6342f09..3adf5da9a22 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -24,7 +24,7 @@ jobs: # GitHub doesn't allow to alter any file within the .github/workflows directory using the default GITHUB_TOKEN. # This action will create a token with the permissions defined below and is valid only for 1 hour, but if the # job completes before that 1 hour limit, the token will automatically be revoked. - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 id: backbot-token with: app-id: ${{ secrets.BACKBOT_APP_ID }}