From fa227aa9358c54476228756f88f3287bcfe94b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:24:06 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token Bumps the github-actions group with 1 update in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/project_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_sync.yaml b/.github/workflows/project_sync.yaml index a1e6987070..4b1f0a1e4c 100644 --- a/.github/workflows/project_sync.yaml +++ b/.github/workflows/project_sync.yaml @@ -13,7 +13,7 @@ jobs: name: Add to project board runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ secrets.N0_BOT_APP_ID }}