Spaces:
Paused
Paused
Merge pull request #206 from Gojo-Bots/dependabot/github_actions/peter-evans/create-pull-request-7
Browse files
.github/workflows/pre-commit-autoupdate.yml
CHANGED
|
@@ -15,7 +15,7 @@ jobs:
|
|
| 15 |
- name: Run pre-commit autoupdate
|
| 16 |
run: pre-commit autoupdate
|
| 17 |
- name: Create Pull Request
|
| 18 |
-
uses: peter-evans/create-pull-request@
|
| 19 |
with:
|
| 20 |
token: ${{ secrets.GITHUB_TOKEN }}
|
| 21 |
branch: update/pre-commit-autoupdate
|
|
|
|
| 15 |
- name: Run pre-commit autoupdate
|
| 16 |
run: pre-commit autoupdate
|
| 17 |
- name: Create Pull Request
|
| 18 |
+
uses: peter-evans/create-pull-request@v7
|
| 19 |
with:
|
| 20 |
token: ${{ secrets.GITHUB_TOKEN }}
|
| 21 |
branch: update/pre-commit-autoupdate
|