Skip to content

Commit c751f3e

Browse files
chore(deps): update github actions dependencies (#205)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) ([changelog](https://redirect.github.com/actions/create-github-app-token/compare/67018539274d69449ef7c02e8e71183d1719ab42..29824e69f54612133e76f7eaac726eef6c875baf)) | action | digest | `6701853` → `29824e6` | | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) ([changelog](https://redirect.github.com/googleapis/release-please-action/compare/c2a5a2bd6a758a0937f1ddb1e8950609867ed15c..16a9c90856f42705d54a6fda1823352bdc62cf38)) | action | digest | `c2a5a2b` → `16a9c90` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/Lendable/message). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74d464a commit c751f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
name: Release Automation
1717
steps:
18-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
18+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
1919
id: generate-token
2020
with:
2121
app-id: ${{ secrets.LENDABOT_APP_ID }}
2222
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2323

24-
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4
24+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
2525
id: release
2626
with:
2727
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)