Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 4 to 5 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent ed66fe0 commit 4b2f236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeformat-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install JuliaFormatter and format
run: julia -e 'import Pkg; Pkg.add("JuliaFormatter"); using JuliaFormatter; format(["docs", "gen", "src", "test", "util"])'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.DOCUMENTER_KEY }}
commit-message: Format files using JuliaFormatter
Expand Down

0 comments on commit 4b2f236

Please sign in to comment.