diff --git a/.github/workflows/fleet-review.yml b/.github/workflows/fleet-review.yml index 30aec26..5d3a0f4 100644 --- a/.github/workflows/fleet-review.yml +++ b/.github/workflows/fleet-review.yml @@ -80,7 +80,7 @@ jobs: - name: Mint the reviewer App installation token id: apptoken - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.FLEET_APP_ID }} private-key: ${{ secrets.FLEET_APP_PRIVATE_KEY }}