From b51d2af8102e2c66e70ca6813f4f6838a12e7640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:51:29 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-git-gui.yml | 2 +- .github/workflows/sync-gitster-git.yml | 2 +- .github/workflows/sync-ref.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-git-gui.yml b/.github/workflows/sync-git-gui.yml index 2158135..5f49ac5 100644 --- a/.github/workflows/sync-git-gui.yml +++ b/.github/workflows/sync-git-gui.yml @@ -113,7 +113,7 @@ jobs: core.setOutput('to-fetch', [...toFetch].join(' ')) - name: obtain installation token if: steps.check.outputs.refspec != '' - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} diff --git a/.github/workflows/sync-gitster-git.yml b/.github/workflows/sync-gitster-git.yml index 0e7ca50..6a3af09 100644 --- a/.github/workflows/sync-gitster-git.yml +++ b/.github/workflows/sync-gitster-git.yml @@ -99,7 +99,7 @@ jobs: core.setOutput('to-fetch', [...toFetch].join(' ')) - name: obtain installation token if: steps.check.outputs.refspec != '' - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} diff --git a/.github/workflows/sync-ref.yml b/.github/workflows/sync-ref.yml index 0b13510..9c24034 100644 --- a/.github/workflows/sync-ref.yml +++ b/.github/workflows/sync-ref.yml @@ -64,7 +64,7 @@ jobs: core.setOutput('target-sha', targetSHA || '') - name: obtain installation token if: steps.check.outputs.skip == 'false' - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}