Skip to content

Commit 58bc759

Browse files
build(deps): bump actions/create-github-app-token (#290)
Bumps the github-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7485771 commit 58bc759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Generate token for PyPSA Bot
4848
id: generate-token
49-
uses: actions/create-github-app-token@v2
49+
uses: actions/create-github-app-token@v3
5050
with:
5151
app-id: ${{ vars.PYPSA_BOT_ID }}
5252
private-key: ${{ secrets.PYPSA_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)