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