Skip to content

Commit 69e1aac

Browse files
authored
Merge pull request #167 from LilSpazJoekp/dependabot/github_actions/peter-evans/create-pull-request-8
Bump peter-evans/create-pull-request from 7 to 8
2 parents 8e614cc + a07c544 commit 69e1aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit_autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run hooks
1919
run: pre-commit run --all-files
2020
continue-on-error: true
21-
- uses: peter-evans/create-pull-request@v7
21+
- uses: peter-evans/create-pull-request@v8
2222
with:
2323
branch: update/pre-commit-hooks
2424
title: Update pre-commit hooks

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Commit development version
3333
run: git commit -am "Set development version v${{ env.dev_version }}"
3434
- name: Create Pull Request
35-
uses: peter-evans/create-pull-request@v7
35+
uses: peter-evans/create-pull-request@v8
3636
with:
3737
body:
3838
branch: prepare_release_v${{ env.version }}

0 commit comments

Comments
 (0)