Skip to content

Commit f091e11

Browse files
Bump peter-murray/workflow-application-token-action from 3 to 4
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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86da798 commit f091e11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-actions-usage-report.yml

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

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: ${{ secrets.GH_ABCS_APP_ACTIONS_APP_ID }}
2626
application_private_key: "${{ secrets.GH_ABCS_APP_ACTIONS_APP_PRIVATE_KEY }}"

.github/workflows/review-pending-deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Get Token
3838
id: get_workflow_token
39-
uses: peter-murray/workflow-application-token-action@v3
39+
uses: peter-murray/workflow-application-token-action@v4
4040
with:
4141
application_id: ${{ secrets.GH_ABCS_APP_ACTIONS_APP_ID }}
4242
application_private_key: "${{ secrets.GH_ABCS_APP_ACTIONS_APP_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)