From 5ff6afae8a16042f0772db1a2320908e31fa3808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:35:02 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.12.0 --- .github/workflows/auto-rebase.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/update-deps.yml | 2 +- .github/workflows/update-requirements.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-rebase.yml b/.github/workflows/auto-rebase.yml index 10f8c93d..f96241f1 100644 --- a/.github/workflows/auto-rebase.yml +++ b/.github/workflows/auto-rebase.yml @@ -13,7 +13,7 @@ jobs: name: AutoRebase runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1.9.0 + - uses: actions/create-github-app-token@v1.12.0 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f4ac03a..f77a9b93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: - dry-run-release - check-poetry-lock steps: - - uses: actions/create-github-app-token@v1.9.0 + - uses: actions/create-github-app-token@v1.12.0 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 1d826591..07527611 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -41,7 +41,7 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v1.9.0 + - uses: actions/create-github-app-token@v1.12.0 id: generate-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-requirements.yml b/.github/workflows/update-requirements.yml index ba098867..b28c236f 100644 --- a/.github/workflows/update-requirements.yml +++ b/.github/workflows/update-requirements.yml @@ -10,7 +10,7 @@ jobs: update-requirements: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1.9.0 + - uses: actions/create-github-app-token@v1.12.0 id: generate_token with: app-id: ${{ secrets.APP_ID }}