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 }}