Skip to content

Commit

Permalink
Merge pull request #1542 from helmholtz-analytics/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/peter-evans/create-pull-request-6.1.0

Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0
  • Loading branch information
mrfh92 authored Jul 1, 2024
2 parents 11f2c9f + 85a6eee commit cd32a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
RELEASE_TITLE: ${{ format('# {0} - {1}', github.event.release.tag_name, github.event.release.name) }}
RELEASE_BODY: ${{ github.event.release.body }}
- name: Create PR
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
base: main
branch: post-release-changelog-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-pytorch-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
sed -i '/torch>=/ s/'"${{ env.previous_pytorch }}"'/'"${{ env.setup_pytorch }}"'/g' setup.py
- name: Create PR from branch
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
base: ${{ inputs.base_branch }}
branch: ${{ inputs.working_branch }}
Expand Down

0 comments on commit cd32a75

Please sign in to comment.