File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245
246246 steps :
247247 - name : Create GitHub App Token
248- uses : actions/create-github-app-token@v2
248+ uses : actions/create-github-app-token@v3
249249 id : app-token
250250 with :
251251 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 9797 gpg_fingerprint : ${{ steps.import_gpg.outputs.fingerprint }}
9898
9999 steps :
100- - uses : actions/create-github-app-token@v2
100+ - uses : actions/create-github-app-token@v3
101101 id : app-token
102102 with :
103103 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 gpg_fingerprint : ${{ steps.import_gpg.outputs.fingerprint }}
109109
110110 steps :
111- - uses : actions/create-github-app-token@v2
111+ - uses : actions/create-github-app-token@v3
112112 id : app-token
113113 with :
114114 app-id : ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments