diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index 58849701..271bf465 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - id: orgbot - uses: actions/create-github-app-token@v1.9.1 + uses: actions/create-github-app-token@v1.9.3 with: app-id: ${{ secrets.ORGBOT_APP_ID }} private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}