Skip to content

Commit 6b90627

Browse files
Update actions/create-github-app-token action to v2 (#9)
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 | `v1` -> `v2` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2`](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1...v2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday after 9am before 5pm" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=--> Co-authored-by: renovate-thm[bot] <139569419+renovate-thm[bot]@users.noreply.github.com>
1 parent 520c3b9 commit 6b90627

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automation-autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Get Token
1414
id: app-token
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
with:
1717
app-id: ${{ secrets.THM_AUTOMATION_APP_ID }}
1818
private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}

.github/workflows/automation-autosquash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get Token
2323
if: github.event.pull_request.head.repo.full_name == 'theoremlp/rules_pydeps'
2424
id: app-token
25-
uses: actions/create-github-app-token@v1
25+
uses: actions/create-github-app-token@v2
2626
with:
2727
app-id: ${{ secrets.THM_AUTOMATION_APP_ID }}
2828
private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}

.github/workflows/automation-update-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Get 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.THM_AUTOMATION_APP_ID }}
2020
private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)