ci(deps): bump actions/create-github-app-token from 1 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/sync-main-to-earlgrey-hwe.yml b/.github/workflows/sync-main-to-earlgrey-hwe.yml index 16c2e0e..7f2f24d 100644 --- a/.github/workflows/sync-main-to-earlgrey-hwe.yml +++ b/.github/workflows/sync-main-to-earlgrey-hwe.yml
@@ -29,7 +29,7 @@ - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.SYNCHRONIZE_BOT_APP_ID }} private-key: ${{ secrets.SYNCHRONIZE_BOT_PRIVATE_KEY }}