Skip to content

Commit b4cf2e1

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3 in the actions group (#750)
chore(deps): bump actions/create-github-app-token in the actions group 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 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: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1dccc5 commit b4cf2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Bump versions
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v2
16+
- uses: actions/create-github-app-token@v3
1717
id: generate-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)