File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: FDroid Release
33on :
44 push :
55 tags :
6- - " *fdroid* "
6+ - ' * '
77
88jobs :
99 build-release :
5252 # Build Changelog
5353 - name : Build Changelog
5454 id : build_changelog
55- uses : ardalanamini/auto-changelog@v3
55+ uses : ardalanamini/auto-changelog@v4
5656 with :
5757 mention-authors : false
5858 mention-new-contributors : true
Original file line number Diff line number Diff line change 55 build :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99
1010 - name : Setup JDK
11- uses : actions/setup-java@v4
11+ uses : actions/setup-java@v5
1212 with :
1313 java-version : 17
1414 distribution : temurin
1515
1616 - name : Build
17- run : |
18- ./gradlew check
19- ./gradlew assembleDebug
17+ run : ./gradlew check assembleDebug
You can’t perform that action at this time.
0 commit comments