File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191 steps :
9292 - name : Get Token
9393 id : get_workflow_token
94- uses : peter-murray/workflow-application-token-action@v3
94+ uses : peter-murray/workflow-application-token-action@v4
9595 with :
9696 application_id : ${{ secrets.APPLICATION_ID }}
9797 application_private_key : ${{ secrets.APPLICATION_PRIVATE_KEY }}
@@ -114,7 +114,7 @@ jobs:
114114 steps:
115115 - name: Get Token
116116 id: get_workflow_token
117- uses: peter-murray/workflow-application-token-action@v3
117+ uses: peter-murray/workflow-application-token-action@v4
118118 with:
119119 application_id: ${{ secrets.APPLICATION_ID }}
120120 application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
@@ -138,7 +138,7 @@ jobs:
138138 steps:
139139 - name: Get Token
140140 id: get_workflow_token
141- uses: peter-murray/workflow-application-token-action@v3
141+ uses: peter-murray/workflow-application-token-action@v4
142142 with:
143143 application_id: ${{ secrets.APPLICATION_ID }}
144144 application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
@@ -167,7 +167,7 @@ jobs:
167167 steps:
168168 - name: Get Token
169169 id: get_workflow_token
170- uses: peter-murray/workflow-application-token-action@v3
170+ uses: peter-murray/workflow-application-token-action@v4
171171 with:
172172 application_id: ${{ secrets.APPLICATION_ID }}
173173 application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments