File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 steps :
1515 - name : Generate GitHub App Token
1616 id : app-token
17- uses : actions/create-github-app-token@v1
17+ uses : actions/create-github-app-token@v2
1818 with :
1919 app-id : ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_ID }}
2020 private-key : ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_PRIVATE_KEY }}
2121
2222 - name : Trigger Preview Build
2323 id : trigger
24- uses : actions/github-script@v7
24+ uses : actions/github-script@v8
2525 with :
2626 github-token : ${{ steps.app-token.outputs.token }}
2727 script : |
7272
7373 - name : Monitor Workflow Run
7474 if : steps.trigger.outputs.run_id && github.event.action != 'closed'
75- uses : actions/github-script@v7
75+ uses : actions/github-script@v8
7676 with :
7777 github-token : ${{ steps.app-token.outputs.token }}
7878 script : |
You can’t perform that action at this time.
0 commit comments