Skip to content

Commit ca8d528

Browse files
chore(deps): bump actions/create-github-app-token (#169)
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 88bde17 commit ca8d528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)