Skip to content

Commit 07e884e

Browse files
authoredSep 10, 2024··
Merge pull request #72 from hitblast/dependabot/github_actions/peter-evans/create-pull-request-7
Bump peter-evans/create-pull-request from 6 to 7
2 parents 0bb586d + 42a1786 commit 07e884e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create pull request
3939
if: steps.formatcheck.outcome != 'success'
40-
uses: peter-evans/create-pull-request@v6
40+
uses: peter-evans/create-pull-request@v7
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
title: "🎨 Automated formatting errors fix"

‎.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create pull request
3939
if: steps.lintcheck.outcome != 'success'
40-
uses: peter-evans/create-pull-request@v6
40+
uses: peter-evans/create-pull-request@v7
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
title: "🎨 Automated linting errors fix"

0 commit comments

Comments
 (0)
Please sign in to comment.