Skip to content

Commit 20ffe29

Browse files
build(deps): bump peter-murray/workflow-application-token-action
Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 3 to 4. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](peter-murray/workflow-application-token-action@v3...v4) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1871ffc commit 20ffe29

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/_cut-release-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Get Token
3131
id: get_workflow_token
32-
uses: peter-murray/workflow-application-token-action@v3
32+
uses: peter-murray/workflow-application-token-action@v4
3333
with:
3434
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
3535
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}

.github/workflows/_push-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: Swatinem/rust-cache@v2
4747
- name: Get Token
4848
id: get_workflow_token
49-
uses: peter-murray/workflow-application-token-action@v3
49+
uses: peter-murray/workflow-application-token-action@v4
5050
with:
5151
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
5252
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}
@@ -69,7 +69,7 @@ jobs:
6969
- uses: Swatinem/rust-cache@v2
7070
- name: Get Token
7171
id: get_workflow_token
72-
uses: peter-murray/workflow-application-token-action@v3
72+
uses: peter-murray/workflow-application-token-action@v4
7373
with:
7474
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
7575
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}

.github/workflows/cherry-pick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Get Token
4747
id: get_workflow_token
48-
uses: peter-murray/workflow-application-token-action@v3
48+
uses: peter-murray/workflow-application-token-action@v4
4949
with:
5050
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
5151
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}

.github/workflows/reconcile-issue-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Get Token
2626
id: get_workflow_token
27-
uses: peter-murray/workflow-application-token-action@v3
27+
uses: peter-murray/workflow-application-token-action@v4
2828
with:
2929
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
3030
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}

.github/workflows/reconcile-issue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Get Token
2222
id: get_workflow_token
23-
uses: peter-murray/workflow-application-token-action@v3
23+
uses: peter-murray/workflow-application-token-action@v4
2424
with:
2525
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
2626
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- name: Get Token
163163
id: get_workflow_token
164-
uses: peter-murray/workflow-application-token-action@v3
164+
uses: peter-murray/workflow-application-token-action@v4
165165
with:
166166
application_id: ${{ vars.TRUSTIFICATION_BOT_ID }}
167167
application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }}

0 commit comments

Comments
 (0)