Skip to content

Commit

Permalink
Update peter-evans/create-pull-request@v6
Browse files Browse the repository at this point in the history
peter-evans/create-pull-request v6 supports the upstream change peter-evans/create-pull-request#2790
  • Loading branch information
na4zagin3 committed Mar 14, 2024
1 parent 652614c commit ce80f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-followup.yaml
Expand Up @@ -51,7 +51,7 @@ jobs:
PR: ${{ steps.head-branch.outputs.result }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
id: cpr
with:
token: ${{ steps.generate-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
./scripts/take-snapshot
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
id: cpr
with:
# token: ${{ secrets.REPO_PUBLIC }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-develop.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
scripts/update-snapshot-satysfi --opam snapshot-develop.opam
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
id: cpr
with:
# token: ${{ secrets.REPO_PUBLIC }}
Expand Down

0 comments on commit ce80f7f

Please sign in to comment.