Skip to content

Commit da434bf

Browse files
Update actions/create-github-app-token action to v3 (#291)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v2` → `v3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v3`](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/markelliot/result). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4ecd13 commit da434bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate token
1313
id: token
14-
uses: actions/create-github-app-token@v2
14+
uses: actions/create-github-app-token@v3
1515
with:
1616
app-id: ${{ secrets.MELLBOT_APP_ID }}
1717
private-key: ${{ secrets.MELLBOT_PK }}

0 commit comments

Comments
 (0)