From 9e5cdba8b1724bc5f22ddc5fc16a34e445b48e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:52:04 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.9.1 --- .github/workflows/opened-issues-backlog.yml | 2 +- .github/workflows/wc-deploy-cloudflare-pages.yml | 2 +- .github/workflows/wc-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/opened-issues-backlog.yml b/.github/workflows/opened-issues-backlog.yml index ba58f55..2c97687 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@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index 0ef5169..5b0bee8 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: ${{ inputs.gh-app-id }} diff --git a/.github/workflows/wc-release.yml b/.github/workflows/wc-release.yml index 9a9ba6d..8242921 100644 --- a/.github/workflows/wc-release.yml +++ b/.github/workflows/wc-release.yml @@ -39,7 +39,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: ${{ inputs.gh-app-id }}