From 747e70e676e061bd8f39186032a9b8bd9a8006d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:57:36 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1.7.0 to 2.1.0 (#249) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Ly --- .github/workflows/project_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_action.yml b/.github/workflows/project_action.yml index 8fe604b8..4f229076 100644 --- a/.github/workflows/project_action.yml +++ b/.github/workflows/project_action.yml @@ -12,7 +12,7 @@ jobs: steps: - name: GitHub App token id: generate_token - uses: tibdex/github-app-token@v1.7.0 + uses: tibdex/github-app-token@v2.1.0 with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PEM }}