From b9e4ace38d568c0688e98e9c7c9a205254f927f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:05:00 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1.9.0 to 1.9.1 (#423) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index 235a716e..7100e6da 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - id: orgbot - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.ORGBOT_APP_ID }} private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}