Skip to content

Commit

Permalink
Merge branch 'main' into fix/mpi_int_limit_trick
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfh92 authored Jan 27, 2025
2 parents 738c634 + 11c5b54 commit 9234df9
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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
base: ${{ inputs.base_branch }}
branch: ${{ inputs.working_branch }}
Expand Down

0 comments on commit 9234df9

Please sign in to comment.