diff --git a/.github/workflows/shared-auto-merge.yml b/.github/workflows/shared-auto-merge.yml index e2e584a..02b05c7 100644 --- a/.github/workflows/shared-auto-merge.yml +++ b/.github/workflows/shared-auto-merge.yml @@ -13,7 +13,7 @@ jobs: name: "Auto merge" environment: release steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: github-app with: app-id: ${{ vars.BOT_GITHUB_APP_ID }} diff --git a/.github/workflows/shared-auto-release.yml b/.github/workflows/shared-auto-release.yml index 54763d5..11e65d2 100644 --- a/.github/workflows/shared-auto-release.yml +++ b/.github/workflows/shared-auto-release.yml @@ -78,7 +78,7 @@ jobs: exists: ${{ steps.drafter.outputs.exists }} steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: github-app with: app-id: ${{ vars.BOT_GITHUB_APP_ID }} diff --git a/.github/workflows/shared-readme.yml b/.github/workflows/shared-readme.yml index ce6d3f8..9496e9a 100644 --- a/.github/workflows/shared-readme.yml +++ b/.github/workflows/shared-readme.yml @@ -59,7 +59,7 @@ jobs: outputs: changes_detected: ${{ steps.readme.outputs.changes_detected }} steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: github-app with: app-id: ${{ vars.BOT_GITHUB_APP_ID }} diff --git a/.github/workflows/shared-release-branches.yml b/.github/workflows/shared-release-branches.yml index 8b912fe..a39b8d8 100644 --- a/.github/workflows/shared-release-branches.yml +++ b/.github/workflows/shared-release-branches.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.event.release.prerelease == false }} environment: release steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: github-app with: app-id: ${{ vars.BOT_GITHUB_APP_ID }} @@ -35,7 +35,7 @@ jobs: if: ${{ github.event.release.prerelease == false }} environment: release steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: github-app with: app-id: ${{ vars.BOT_GITHUB_APP_ID }} diff --git a/.github/workflows/shared-terraform-chatops.yml b/.github/workflows/shared-terraform-chatops.yml index 382d75a..3abe9fb 100644 --- a/.github/workflows/shared-terraform-chatops.yml +++ b/.github/workflows/shared-terraform-chatops.yml @@ -275,7 +275,7 @@ jobs: go-version-file: "${{ needs.context.outputs.go_mod_path }}" cache-dependency-path: "${{ needs.context.outputs.go_sum_path }}" - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: @@ -483,7 +483,7 @@ jobs: go-version-file: "${{ needs.context.outputs.go_mod_path }}" cache-dependency-path: "${{ needs.context.outputs.go_sum_path }}" - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: @@ -707,7 +707,7 @@ jobs: name: state path: ${{ needs.context.outputs.terraform_state_path }} - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: diff --git a/.github/workflows/shared-terratest-queue.yml b/.github/workflows/shared-terratest-queue.yml index 7bebf05..cd5ef72 100644 --- a/.github/workflows/shared-terratest-queue.yml +++ b/.github/workflows/shared-terratest-queue.yml @@ -114,7 +114,7 @@ jobs: go-version-file: "${{ needs.context.outputs.go_mod_path }}" cache-dependency-path: "${{ needs.context.outputs.go_sum_path }}" - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: @@ -263,7 +263,7 @@ jobs: go-version-file: "${{ needs.context.outputs.go_mod_path }}" cache-dependency-path: "${{ needs.context.outputs.go_sum_path }}" - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: @@ -398,7 +398,7 @@ jobs: name: state path: ${{ needs.context.outputs.terraform_state_path }} - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 if: ${{ needs.context.outputs.uses_github == 'true' }} id: github-app with: