commit | df7ff9936d677ba44484e5aec39733c0a639de9b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jun 21 23:23:44 2023 -0700 |
committer | GitHub <[email protected]> | Wed Jun 21 23:23:44 2023 -0700 |
tree | 20419d349cadeafa1caaa60d0ab808b00c143372 | |
parent | c63e87069a1dbc8d34316c0be954ddeff3a6874b [diff] |
Actions(deps): Bump peter-evans/create-pull-request from 5.0.0 to 5.0.2 (#1112) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5...153407881ec5c347639a548ade7d8ad1d6740e38) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 4b1a4d2..15621c8 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml
@@ -42,7 +42,7 @@ - name: Create pull request from changes (if any) id: create-pull-request - uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0 + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 with: author: 'pre-commit <[email protected]>' base: main