Skip to content

Commit 936bc5a

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3 (#379)
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 4bf64fd commit 936bc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/create-github-app-token@v2
17+
- uses: actions/create-github-app-token@v3
1818
id: generate-token
1919
with:
2020
app-id: ${{ secrets.DS_RELEASE_BOT_ID }}

0 commit comments

Comments
 (0)