diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index c29019a..32fb798 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -59,7 +59,7 @@ jobs: - name: 🔐 Mint GitHub App installation token (for IaC repo) id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/manual-destroy-staging.yml b/.github/workflows/manual-destroy-staging.yml index 3775f5f..1c2d7db 100644 --- a/.github/workflows/manual-destroy-staging.yml +++ b/.github/workflows/manual-destroy-staging.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 🔐 Mint GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}