Skip to content

Commit

Permalink
Merge pull request #1642 from helmholtz-analytics/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/peter-evans/create-pull-request-7.0.1
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
2 parents 914e5c3 + be849b7 commit 5ba854d
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1
with:
base: ${{ inputs.base_branch }}
branch: ${{ inputs.working_branch }}
Expand Down

0 comments on commit 5ba854d

Please sign in to comment.