Skip to content

Commit f74bf69

Browse files
⬆️👨‍💻 Update actions/create-github-app-token action to v2.1.4 (#144)
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 | patch | `v2.1.1` -> `v2.1.4` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.1.4`](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4) ### [`v2.1.3`](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3) ### [`v2.1.2`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) ##### Bug Fixes - **deps:** bump [@&#8203;octokit/request](https://redirect.github.com/octokit/request) from 9.2.3 to 10.0.2 ([#&#8203;256](https://redirect.github.com/actions/create-github-app-token/issues/256)) ([5d7307b](https://redirect.github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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/munich-quantum-toolkit/qudits). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 958a22b commit f74bf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/templating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- id: create-token
17-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
17+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1818
with:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)