Skip to content

Commit 879a553

Browse files
committed
Fix checkout step in GH release action
1 parent 2c56393 commit 879a553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
# create the pull request
150150
- name: Create Pull Request
151-
uses: peter-evans/create-pull-request@v8
151+
uses: peter-evans/create-pull-request@v5
152152
with:
153153
token: ${{ secrets.QUDTLIB_BOT_GITHUB_TOKEN }}
154154
title: Release ${{ inputs.release_version }}

0 commit comments

Comments
 (0)