From 1b893f51301958272e6f7205945af82a149ac0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:34:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7(deps):=20Bump=20tibdex/github-app-?= =?UTF-8?q?token=20from=201.8.2=20to=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.2 to 2.1.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/0d49dd721133f900ebd5e0dff2810704e8defbc6...3beb63f4bd073e61482598c45c71c1019b59b73a) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_reusable_add-content-to-project.yml | 2 +- .github/workflows/label-deployment-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_reusable_add-content-to-project.yml b/.github/workflows/_reusable_add-content-to-project.yml index 3b25b0f4..1a55d92f 100644 --- a/.github/workflows/_reusable_add-content-to-project.yml +++ b/.github/workflows/_reusable_add-content-to-project.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 with: app_id: ${{ secrets.MAKE_BOT_APP_ID }} private_key: ${{ secrets.MAKE_BOT_APP_PEM }} diff --git a/.github/workflows/label-deployment-pull-request.yml b/.github/workflows/label-deployment-pull-request.yml index d923bb2d..35761555 100644 --- a/.github/workflows/label-deployment-pull-request.yml +++ b/.github/workflows/label-deployment-pull-request.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 with: app_id: ${{ secrets.MAKE_BOT_APP_ID }} private_key: ${{ secrets.MAKE_BOT_APP_PEM }}