File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252
253253 steps :
254254 - name : Create GitHub App Token
255- uses : actions/create-github-app-token@v2
255+ uses : actions/create-github-app-token@v3
256256 id : app-token
257257 with :
258258 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - name : Generate GitHub App Token
102102 id : app-token
103- uses : actions/create-github-app-token@v2
103+ uses : actions/create-github-app-token@v3
104104 with :
105105 app-id : ${{ secrets.APP_ID }}
106106 private-key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
115115 steps :
116116 - name : Create GitHub App token
117- uses : actions/create-github-app-token@v2
117+ uses : actions/create-github-app-token@v3
118118 id : app-token
119119 with :
120120 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 gpg_fingerprint : ${{ steps.import_gpg.outputs.fingerprint }}
104104
105105 steps :
106- - uses : actions/create-github-app-token@v2
106+ - uses : actions/create-github-app-token@v3
107107 id : app-token
108108 with :
109109 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 gpg_fingerprint : ${{ steps.import_gpg.outputs.fingerprint }}
115115
116116 steps :
117- - uses : actions/create-github-app-token@v2
117+ - uses : actions/create-github-app-token@v3
118118 id : app-token
119119 with :
120120 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments