Skip to content

Commit 9fe51c9

Browse files
authored
Merge pull request #41 from aicodingstack/dependabot/github_actions/peter-evans/create-pull-request-8
chore(ci): bump peter-evans/create-pull-request from 7 to 8
2 parents ee20c42 + c5993d5 commit 9fe51c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scheduled-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Create pull request
111111
if: steps.git-check.outputs.changed == 'true'
112-
uses: peter-evans/create-pull-request@v7
112+
uses: peter-evans/create-pull-request@v8
113113
with:
114114
token: ${{ secrets.GITHUB_TOKEN }}
115115
commit-message: 'chore: update GitHub stars data'

.github/workflows/update-github-stars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Create Pull Request
4747
if: steps.git-check.outputs.changes == 'true'
48-
uses: peter-evans/create-pull-request@v7
48+
uses: peter-evans/create-pull-request@v8
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
commit-message: 'chore: update GitHub stars data'

0 commit comments

Comments
 (0)