From 3a53002566a1f207db25a6c2b70184450d9bb692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:43:58 +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/build_milla.yml | 2 +- .github/workflows/merge_upstream_master.yml | 2 +- .github/workflows/render_nanomaps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_milla.yml b/.github/workflows/build_milla.yml index ca269a33dda18..4a57a4f98330e 100644 --- a/.github/workflows/build_milla.yml +++ b/.github/workflows/build_milla.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - id: create_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} diff --git a/.github/workflows/merge_upstream_master.yml b/.github/workflows/merge_upstream_master.yml index 372f144899d03..410710a4b549f 100644 --- a/.github/workflows/merge_upstream_master.yml +++ b/.github/workflows/merge_upstream_master.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - id: create_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} diff --git a/.github/workflows/render_nanomaps.yml b/.github/workflows/render_nanomaps.yml index c9449cc382dbd..a1090f7a015d0 100644 --- a/.github/workflows/render_nanomaps.yml +++ b/.github/workflows/render_nanomaps.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - id: create_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }}