Skip to content

Commit 0f7606f

Browse files
committed
Fix checkout step in GH release action
1 parent 879a553 commit 0f7606f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
exit 1
6565
6666
# Set up java with maven cache
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v3
6868
- name: Set up JDK 17
6969
uses: actions/setup-java@v3
7070
with:
@@ -148,7 +148,7 @@ jobs:
148148

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

0 commit comments

Comments
 (0)