Skip to content

Commit 78d5d98

Browse files
Bump peter-murray/workflow-application-token-action from 4.0.0 to 4.0.1 (#992)
1 parent 8d39499 commit 78d5d98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/approve-and-merge.yml

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

2020
- name: Generate GitHub application token
2121
id: generate-application-token
22-
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
22+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 # v4.0.1
2323
with:
2424
application_id: ${{ secrets.REVIEWER_APPLICATION_ID }}
2525
application_private_key: ${{ secrets.REVIEWER_APPLICATION_PRIVATE_KEY }}

.github/workflows/bump-version.yml

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

2626
- name: Generate GitHub application token
2727
id: generate-application-token
28-
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
28+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 # v4.0.1
2929
with:
3030
application_id: ${{ secrets.UPDATER_APPLICATION_ID }}
3131
application_private_key: ${{ secrets.UPDATER_APPLICATION_PRIVATE_KEY }}

.github/workflows/dependabot-approve.yml

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

1919
- name: Generate GitHub application token
2020
id: generate-application-token
21-
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
21+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 # v4.0.1
2222
with:
2323
application_id: ${{ secrets.REVIEWER_APPLICATION_ID }}
2424
application_private_key: ${{ secrets.REVIEWER_APPLICATION_PRIVATE_KEY }}

.github/workflows/update-docs.yml

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

2121
- name: Generate GitHub application token
2222
id: generate-application-token
23-
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
23+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343 # v4.0.1
2424
with:
2525
application_id: ${{ secrets.UPDATER_APPLICATION_ID }}
2626
application_private_key: ${{ secrets.UPDATER_APPLICATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)