From d95fb10aeb7c16fd369525c1857d4cd438376007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:53:54 +0000 Subject: [PATCH] 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/subtree.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index 7e7b87017..4b845c7a6 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -19,7 +19,7 @@ jobs: name: Subtree for Common 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: ${{ vars.SUBTREE_APP_ID }} @@ -39,7 +39,7 @@ jobs: name: Subtree for Http 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: ${{ vars.SUBTREE_APP_ID }} @@ -59,7 +59,7 @@ jobs: name: Subtree for Plugin 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: ${{ vars.SUBTREE_APP_ID }} @@ -119,7 +119,7 @@ jobs: - { folder: TomTom, repository: tomtom-provider } - { folder: Yandex, repository: yandex-provider } steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.SUBTREE_APP_ID }}