File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 runs-on : ' ubuntu-24.04'
2222 steps :
2323 - name : Clone Repository (Latest)
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 repository : ' mihonapp/mihon'
2727 fetch-depth : 0
2828 if : github.event.inputs.git-ref == ''
2929 - name : Clone Repository (Custom Ref)
30- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131 if : github.event.inputs.git-ref != ''
3232 with :
3333 repository : ' mihonapp/mihon'
3434 fetch-depth : 0
3535 ref : ${{ github.event.inputs.git-ref }}
3636
3737 - name : Set up JDK
38- uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0 .0
38+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
3939 with :
4040 java-version : 17
4141 distribution : temurin
9999 mv app/build/outputs/apk/preview/app-x86_64-preview-signed.apk mihon-x86_64-r${{ env.COMMIT_COUNT }}.apk
100100
101101 - name : Create release
102- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
102+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
103103 with :
104104 tag_name : r${{ env.COMMIT_COUNT }}
105105 name : Mihon Preview r${{ env.COMMIT_COUNT }}
You can’t perform that action at this time.
0 commit comments