Skip to content

Commit 507f2a2

Browse files
chore(deps): update peter-evans/create-pull-request action to v8.1.0
1 parent 56948ab commit 507f2a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
26+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.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
@@ -35,7 +35,7 @@ jobs:
3535
run: hatch run pre-commit:run
3636

3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
38+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
3939
with:
4040
commit-message: "chore(deps): Update .pre-commit-config.yaml"
4141
title: "chore(deps): Update .pre-commit-config.yaml"

0 commit comments

Comments
 (0)