Skip to content

Commit dd567d1

Browse files
build(deps): bump actions/create-github-app-token from 2 to 3 (#1947)
Bumps [actions/create-github-app-token](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b31adc commit dd567d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate token
1717
id: generate-token
18-
uses: actions/create-github-app-token@v2
18+
uses: actions/create-github-app-token@v3
1919
with:
2020
app-id: ${{ vars.STRYKER_MUTATOR_APP_ID }}
2121
private-key: ${{ secrets.STRYKER_MUTATOR_NPA_KEY }}

0 commit comments

Comments
 (0)