From 5f66e70345ba176f2840da5c65bbd6dfb191f160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:12:23 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v1.6.4 --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/opened-issues-backlog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ac64a714..ddac96a3 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -14,7 +14,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@v1.6.3 + uses: actions/create-github-app-token@v1.6.4 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/opened-issues-backlog.yml b/.github/workflows/opened-issues-backlog.yml index 8fcdedb5..b14aad0c 100644 --- a/.github/workflows/opened-issues-backlog.yml +++ b/.github/workflows/opened-issues-backlog.yml @@ -11,7 +11,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@v1.6.3 + uses: actions/create-github-app-token@v1.6.4 id: app-token with: app-id: ${{ vars.BOT_APP_ID }}