From d5fd6af1ec3fd33400285301b58f38e03fbd5edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:18:45 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.11.0 --- .github/workflows/create-rotate-key-issue.yml | 2 +- .github/workflows/docs-preview.yml | 2 +- .github/workflows/ibis-backends-cloud.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-rotate-key-issue.yml b/.github/workflows/create-rotate-key-issue.yml index d0cfbc8ba10b..3e62ec8c2ecb 100644 --- a/.github/workflows/create-rotate-key-issue.yml +++ b/.github/workflows/create-rotate-key-issue.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate a GitHub token - uses: actions/create-github-app-token@v1.10.4 + uses: actions/create-github-app-token@v1.11.0 id: generate_token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }} diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 5469ad07d4c7..2473ef4964eb 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -13,7 +13,7 @@ jobs: cancel-in-progress: true if: github.event.label.name == 'docs-preview' steps: - - uses: actions/create-github-app-token@v1.10.4 + - uses: actions/create-github-app-token@v1.11.0 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/ibis-backends-cloud.yml b/.github/workflows/ibis-backends-cloud.yml index 00e5f8031475..5654043ece5f 100644 --- a/.github/workflows/ibis-backends-cloud.yml +++ b/.github/workflows/ibis-backends-cloud.yml @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v1.10.4 + - uses: actions/create-github-app-token@v1.11.0 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d3579c6bfbb..387ab3eac094 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1.10.4 + - uses: actions/create-github-app-token@v1.11.0 id: generate_token with: app-id: ${{ secrets.APP_ID }}