We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cedc53 commit d678de1Copy full SHA for d678de1
1 file changed
.github/workflows/contributors.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
@@ -54,14 +54,14 @@ jobs:
54
55
- name: Create Pull Request
56
if: steps.verify-changed-files.outputs.changed == 'true'
57
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v7
58
59
token: ${{ secrets.GITHUB_TOKEN }}
60
commit-message: "docs: update contributors"
61
title: "Update Contributors"
62
body: |
63
Auto-generated PR to update contributors.
64
-
+
65
This PR was automatically created by the contributors workflow.
66
branch: update-contributors
67
- delete-branch: true
+ delete-branch: true
0 commit comments