From da3cc4fd39ac1f5fb138636d1b537a9f37047a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:24:14 +0000 Subject: [PATCH] chore(deps): Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 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/v2...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] --- .github/workflows/sync-bun-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-bun-lock.yml b/.github/workflows/sync-bun-lock.yml index ec32cf9..e3f7346 100644 --- a/.github/workflows/sync-bun-lock.yml +++ b/.github/workflows/sync-bun-lock.yml @@ -43,7 +43,7 @@ jobs: - name: Mint GitHub App token id: app-token if: ${{ vars.LOCK_BOT_APP_ID != '' }} - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.LOCK_BOT_APP_ID }} private-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}