Skip to content

Commit 72511c6

Browse files
authored
Merge pull request #184 from TraGicCode/dependabot/github_actions/peter-evans/create-pull-request-8
Bump peter-evans/create-pull-request from 7 to 8
2 parents 7b7e6c0 + 7a23551 commit 72511c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git commit -m "Release prep v${{ github.event.inputs.version }}"
3838
3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v7
40+
uses: peter-evans/create-pull-request@v8
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
commit-message: "Release prep v${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)