Skip to content

Commit cfd2af8

Browse files
authoredOct 15, 2024··
chore(deps): update peter-murray/workflow-application-token-action action to v4 (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb66919 commit cfd2af8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/actions/comment/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- name: Get token
1717
id: get_installation_token
18-
uses: peter-murray/workflow-application-token-action@v3
18+
uses: peter-murray/workflow-application-token-action@v4
1919
with:
2020
application_id: ${{ inputs.application_id }}
2121
application_private_key: ${{ inputs.application_private_key }}

‎.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Get token
1717
id: get_installation_token
18-
uses: peter-murray/workflow-application-token-action@v3
18+
uses: peter-murray/workflow-application-token-action@v4
1919
with:
2020
application_id: ${{ secrets.NARWHAL_BOT_APP_ID }}
2121
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}

‎.github/workflows/trigger-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- name: Get token
152152
id: get_workflow_token
153-
uses: peter-murray/workflow-application-token-action@v3
153+
uses: peter-murray/workflow-application-token-action@v4
154154
with:
155155
application_id: ${{ secrets.NARWHAL_BOT_APP_ID }}
156156
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}

0 commit comments

Comments
 (0)
Please sign in to comment.