Skip to content

Commit bf3ecfc

Browse files
committed
chore: make lint happy
1 parent 6a83d74 commit bf3ecfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gomod2nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create Pull Request
4343
if: ${{ !github.head_ref }}
4444
continue-on-error: true
45-
uses: peter-evans/create-pull-request@v4
45+
uses: peter-evans/create-pull-request@v8
4646
with:
4747
delete-branch: true
4848
branch-suffix: short-commit-hash

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Create Pull Request
4242
if: ${{ !github.head_ref }}
4343
continue-on-error: true
44-
uses: peter-evans/create-pull-request@v4
44+
uses: peter-evans/create-pull-request@v8

0 commit comments

Comments
 (0)