Skip to content

Commit

Permalink
Merge pull request #503 from MilesCranmer/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eter-evans/create-pull-request-5

Bump peter-evans/create-pull-request from 3 to 5
  • Loading branch information
MilesCranmer committed Jan 1, 2024
2 parents 5e43e5b + 97d0e06 commit 732eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sed -i "s/^__symbolic_regression_jl_version__ = .*/__symbolic_regression_jl_version__ = \"${{ steps.get-latest.outputs.version }}\"/" pysr/version.py
- name: "Create PR"
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
Expand Down

0 comments on commit 732eb4e

Please sign in to comment.