diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 07:48:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 07:48:34 -0400 |
| commit | 1cc3adf24c43337adf533dd40e692934410bf80a (patch) | |
| tree | 73af6b0dd3f9be350bb2f54fae0ecb1fa8b35e59 /.github/workflows | |
| parent | 7a515c6432e6e323fdd739b8594feb6113cd8417 (diff) | |
chore(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#778)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/init-release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/init-release.yaml b/.github/workflows/init-release.yaml index 44dfa91..c2d5a96 100644 --- a/.github/workflows/init-release.yaml +++ b/.github/workflows/init-release.yaml @@ -90,7 +90,7 @@ jobs: - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: commit-message: "Bump version to ${{ inputs.TARGET_VERSION }}" title: "Bump version to ${{ inputs.TARGET_VERSION }} on ${{ inputs.TARGET_BRANCH }} branch" |
