Skip to content

Commit

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

Bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
MilesCranmer authored Feb 1, 2024
2 parents c2f964b + 5419725 commit edab547
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@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
Expand Down

0 comments on commit edab547

Please sign in to comment.