Skip to content

Commit 4fd51b0

Browse files
chore(deps): update getsentry/action-github-app-token action to v4
1 parent 41ba01c commit 4fd51b0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ansible_collection_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: DevOpsArrBOT token
2727
id: DevOpsArrBOT
28-
uses: getsentry/action-github-app-token@v3
28+
uses: getsentry/action-github-app-token@v4.0.0
2929
with:
3030
app_id: '305652'
3131
private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}

.github/workflows/golang_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: DevOpsArrBOT token
1818
id: DevOpsArrBOT
19-
uses: getsentry/action-github-app-token@v3
19+
uses: getsentry/action-github-app-token@v4.0.0
2020
with:
2121
app_id: '305652'
2222
private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}

.github/workflows/python_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: DevOpsArrBOT token
1818
id: DevOpsArrBOT
19-
uses: getsentry/action-github-app-token@v3
19+
uses: getsentry/action-github-app-token@v4.0.0
2020
with:
2121
app_id: '305652'
2222
private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}

.github/workflows/rust_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: DevOpsArrBOT token
1414
id: DevOpsArrBOT
15-
uses: getsentry/action-github-app-token@v3
15+
uses: getsentry/action-github-app-token@v4.0.0
1616
with:
1717
app_id: '305652'
1818
private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}

.github/workflows/terraform_provider_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: DevOpsArrBOT token
1414
id: DevOpsArrBOT
15-
uses: getsentry/action-github-app-token@v3
15+
uses: getsentry/action-github-app-token@v4.0.0
1616
with:
1717
app_id: '305652'
1818
private_key: ${{ secrets.DEVOPSARRBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)