Skip to content

Commit 249bf8e

Browse files
Update peter-evans/create-pull-request action to v8
1 parent 204258c commit 249bf8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/locale_po_to_json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run app:locale:po_to_json
4343
run: bundle exec rake app:locale:po_to_json
4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v7
45+
uses: peter-evans/create-pull-request@v8
4646
with:
4747
add-paths: app/javascript/oldjs/locale
4848
commit-message: Update UI json translation files

.github/workflows/yarn_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
yarn install
3030
git diff
3131
- name: Create Pull Request
32-
uses: peter-evans/create-pull-request@v7
32+
uses: peter-evans/create-pull-request@v8
3333
with:
3434
add-paths: yarn.lock
3535
commit-message: Update yarn.lock with latest dependencies

0 commit comments

Comments
 (0)