From 4fd51b0a42e8c00c3c3c54caa4f7a68c51d95e77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:40:20 +0000 Subject: [PATCH] chore(deps): update getsentry/action-github-app-token action to v4 --- .github/workflows/ansible_collection_cd.yml | 2 +- .github/workflows/golang_release.yml | 2 +- .github/workflows/python_release.yml | 2 +- .github/workflows/rust_release.yml | 2 +- .github/workflows/terraform_provider_cd.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible_collection_cd.yml b/.github/workflows/ansible_collection_cd.yml index 89132ae..829fd32 100644 --- a/.github/workflows/ansible_collection_cd.yml +++ b/.github/workflows/ansible_collection_cd.yml @@ -25,7 +25,7 @@ jobs: steps: - name: DevOpsArrBOT token id: DevOpsArrBOT - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: '305652' private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }} diff --git a/.github/workflows/golang_release.yml b/.github/workflows/golang_release.yml index 8bcd909..74b803b 100644 --- a/.github/workflows/golang_release.yml +++ b/.github/workflows/golang_release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: DevOpsArrBOT token id: DevOpsArrBOT - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: '305652' private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }} diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 6fe4a4c..e5e6b63 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: DevOpsArrBOT token id: DevOpsArrBOT - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: '305652' private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }} diff --git a/.github/workflows/rust_release.yml b/.github/workflows/rust_release.yml index bb05bd3..cca819b 100644 --- a/.github/workflows/rust_release.yml +++ b/.github/workflows/rust_release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: DevOpsArrBOT token id: DevOpsArrBOT - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: '305652' private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }} diff --git a/.github/workflows/terraform_provider_cd.yml b/.github/workflows/terraform_provider_cd.yml index 91b63a9..47465ca 100644 --- a/.github/workflows/terraform_provider_cd.yml +++ b/.github/workflows/terraform_provider_cd.yml @@ -12,7 +12,7 @@ jobs: steps: - name: DevOpsArrBOT token id: DevOpsArrBOT - uses: getsentry/action-github-app-token@v3 + uses: getsentry/action-github-app-token@v4.0.0 with: app_id: '305652' private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}