Skip to content

Commit

Permalink
update create-pull-request in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Sep 8, 2024
2 parents dbdebca + dcca90a commit 84c13a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cp OWASP_Developer_Guide.epub assets/exports/.
- name: Create pull request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.1
with:
title: |
Release ${{ github.ref_name }} of Developer Guide
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
cp OWASP_Developer_Guide.epub assets/exports/.
- name: Create pull request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.1
with:
title: |
Developer Guide release candidate ${{ github.ref_name }}
Expand Down

0 comments on commit 84c13a4

Please sign in to comment.