Skip to content

Commit a3ae7f2

Browse files
chore(deps): bump actions/create-github-app-token in the actions group (#6)
Bumps the 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.2.2 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@fee1f7d...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4b10e7 commit a3ae7f2

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
@@ -17,7 +17,7 @@ jobs:
1717
eslint-config-released: ${{ steps.release.outputs['packages/eslint-config--release_created'] }}
1818
prettier-config-released: ${{ steps.release.outputs['packages/perttier-config--release_created'] }}
1919
steps:
20-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
20+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2121
id: app-token
2222
with:
2323
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)