Skip to content

Commit e7decd0

Browse files
chore(deps): update github actions dependencies (#114)
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 | digest | `df432ce` -> `6701853` | | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) | action | digest | `a02a34c` -> `c2a5a2b` | --- ### 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/sloth). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b66b8f commit e7decd0

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
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
name: Release Automation
1616
steps:
17-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
17+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
1818
id: generate-token
1919
with:
2020
app-id: ${{ secrets.LENDABOT_APP_ID }}
2121
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2222

23-
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
23+
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4
2424
id: release
2525
with:
2626
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)