Skip to content

Commit

Permalink
GITHUB/WORKFLOWS: v7
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-shalev authored Nov 15, 2024
1 parent 6c059e5 commit 9068df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: peter-evans/create-pull-request@v5
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -29,7 +29,7 @@ jobs:
run: cat reviewers.txt

- name: Create pull request for changes
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: ${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 9068df2

Please sign in to comment.