Skip to content

Commit b7df0a9

Browse files
Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (mdn#38445)
1 parent 18c1fa1 commit b7df0a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-cleanup-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Create PR with only fixable issues
4141
if: success()
42-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
42+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4343
with:
4444
commit-message: "chore: auto-fix Markdownlint, Prettier, and front-matter issues"
4545
branch: markdownlint-auto-cleanup
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Create PR with notice on unfixed issues
5656
if: failure()
57-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
57+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
5858
with:
5959
commit-message: "chore: auto-fix Markdownlint, Prettier, and front-matter issues"
6060
branch: markdownlint-auto-cleanup

.github/workflows/interfacedata-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: node scripts/update-interface-data.js ../webref/
3939

4040
- name: Create pull request
41-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
41+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4242
with:
4343
path: mdn-content
4444
token: ${{ secrets.AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)