diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 94e2d81c..4a0c8b7c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -136,7 +136,7 @@ jobs: # restriction. Falls back to no-op when the secrets aren't present. id: app if: env.HAS_APP == 'true' - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.RELEASE_APP_ID }} private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}