Skip to content

Commit 29fc325

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#540)
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` | | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | major | `v2.2.1` → `v3.0.0` | --- ### 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 these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuODQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: octoguide-renovate[bot] <259427436+octoguide-renovate[bot]@users.noreply.github.com>
1 parent 426f077 commit 29fc325

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
steps:
55
- id: app-token
66
name: 🪙 Get app token
7-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
7+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
88
with:
99
app-id: ${{ vars.all_contributors_app_id }}
1010
private-key: ${{ secrets.all_contributors_private_key }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- id: get_token
99
name: 🪙 Get token
10-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
10+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
1111
with:
1212
app-id: ${{ vars.RENOVATE_APP_ID }}
1313
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}

0 commit comments

Comments
 (0)