Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
new_version: ${{ steps.new_version.outputs.new_version }}
steps:
# Fetch the pull request information (even if the workflow is triggered by a push event).
- uses: 8BitJonny/gh-get-current-pr@3.0.0
- uses: 8BitJonny/gh-get-current-pr@4.0.0
id: pull-request

# Currently Pull Request body is not used, but it can be useful in the future.
Expand Down