From e16118b4f80d410ea58b1e90bce9812636ec018c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:17:35 +0000 Subject: [PATCH] Update tibdex/github-app-token action to v2 --- .github/workflows/pluto.yaml | 2 +- .github/workflows/run-updatecli.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pluto.yaml b/.github/workflows/pluto.yaml index ca7dc1ab..f1de53dc 100644 --- a/.github/workflows/pluto.yaml +++ b/.github/workflows/pluto.yaml @@ -24,7 +24,7 @@ jobs: client-id: b430ef1e-4e79-4e92-a152-8e5b5bc195d4 # DTS CFT AKS version checker tenant-id: 531ff96d-0ae9-462a-8d2d-bec7c0b42082 # HMCTS.NET allow-no-subscriptions: true - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: pluto-token with: app_id: ${{ secrets.DEPENDENCY_UPDATER_APP_ID }} diff --git a/.github/workflows/run-updatecli.yaml b/.github/workflows/run-updatecli.yaml index 4d9b303d..5e780b11 100644 --- a/.github/workflows/run-updatecli.yaml +++ b/.github/workflows/run-updatecli.yaml @@ -25,7 +25,7 @@ jobs: uses: updatecli/updatecli-action@v2 with: version: v0.49.2 - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: generate-token with: app_id: ${{ secrets.DEPENDENCY_UPDATER_APP_ID }} @@ -63,7 +63,7 @@ jobs: client-id: b430ef1e-4e79-4e92-a152-8e5b5bc195d4 # DTS CFT AKS version checker tenant-id: 531ff96d-0ae9-462a-8d2d-bec7c0b42082 # HMCTS.NET allow-no-subscriptions: true - - uses: tibdex/github-app-token@v1 + - uses: tibdex/github-app-token@v2 id: pluto-token with: app_id: ${{ secrets.DEPENDENCY_UPDATER_APP_ID }}