Skip to content

Commit 9068df2

Browse files
GITHUB/WORKFLOWS: v7
1 parent 6c059e5 commit 9068df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: peter-evans/create-pull-request@v5
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515

@@ -29,7 +29,7 @@ jobs:
2929
run: cat reviewers.txt
3030

3131
- name: Create pull request for changes
32-
uses: peter-evans/create-pull-request@v5
32+
uses: peter-evans/create-pull-request@v7
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
base: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)