Skip to content

Commit 1046593

Browse files
authored
Merge pull request #126 from TotallyNotRobots/renovate/peter-evans-create-pull-request-8.x
chore(deps): update peter-evans/create-pull-request action to v8
2 parents 98e8a7a + 4385028 commit 1046593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nitpick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424

2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
26+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
2727
with:
2828
commit-message: "ci(nitpick): Sync CI configs"
2929
title: "ci(nitpick): Sync CI configs"

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: hatch run pre-commit:run
3333

3434
- name: Create Pull Request
35-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
35+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
3636
with:
3737
commit-message: "chore(deps): Update .pre-commit-config.yaml"
3838
title: "chore(deps): Update .pre-commit-config.yaml"

0 commit comments

Comments
 (0)