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 }}