Skip to content

Commit d678de1

Browse files
committed
Fixing some actions versions
1 parent 3cedc53 commit d678de1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -54,14 +54,14 @@ jobs:
5454
5555
- name: Create Pull Request
5656
if: steps.verify-changed-files.outputs.changed == 'true'
57-
uses: peter-evans/create-pull-request@v5
57+
uses: peter-evans/create-pull-request@v7
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
commit-message: "docs: update contributors"
6161
title: "Update Contributors"
6262
body: |
6363
Auto-generated PR to update contributors.
64-
64+
6565
This PR was automatically created by the contributors workflow.
6666
branch: update-contributors
67-
delete-branch: true
67+
delete-branch: true

0 commit comments

Comments
 (0)