File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout project
18- uses : actions/checkout@v5 .0.0
18+ uses : actions/checkout@v6 .0.1
1919 with :
2020 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2121 ref : main
2222
2323 - name : set up JDK 17
24- uses : actions/setup-java@v5.0 .0
24+ uses : actions/setup-java@v5.1 .0
2525 with :
2626 java-version : ' 17'
2727 distribution : ' temurin'
4343 run : ./gradlew clean && ./gradlew assembleDebug
4444
4545 - name : Upload Artifact
46- uses : actions/upload-artifact@v4.6.2
46+ uses : actions/upload-artifact@v5.0.0
4747 with :
4848 name : Signed app apk
4949 path : app/build/outputs/apk/debug/*.apk
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v5 .0.0
16+ uses : actions/checkout@v6 .0.1
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 ref : main
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v5.0 .0
22+ uses : actions/setup-java@v5.1 .0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v5 .0.0
16+ uses : actions/checkout@v6 .0.1
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 ref : main
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v5.0 .0
22+ uses : actions/setup-java@v5.1 .0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
4141 run : ./gradlew clean && ./gradlew assembleDebug
4242
4343 - name : Upload Artifact
44- uses : actions/upload-artifact@v4.6.2
44+ uses : actions/upload-artifact@v5.0.0
4545 with :
4646 name : Signed app apk
4747 path : app/build/outputs/apk/debug/*.apk
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout project
15- uses : actions/checkout@v5 .0.0
15+ uses : actions/checkout@v6 .0.1
1616 with :
1717 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1818 ref : main
1919
2020 - name : set up JDK 17
21- uses : actions/setup-java@v5.0 .0
21+ uses : actions/setup-java@v5.1 .0
2222 with :
2323 java-version : ' 17'
2424 distribution : ' temurin'
5252 buildToolsVersion : 35.0.0
5353
5454 - name : Release to GitHub
55- uses : svenstaro/upload-release-action@2.11.2
55+ uses : svenstaro/upload-release-action@2.11.3
5656 with :
5757 repo_token : ${{ secrets.GITHUB_TOKEN }}
5858 file : ${{steps.sign_app_apk.outputs.signedFile}}
6161 overwrite : true
6262
6363 - name : Upload ProGuard Mapping File
64- uses : svenstaro/upload-release-action@2.11.2
64+ uses : svenstaro/upload-release-action@2.11.3
6565 with :
6666 repo_token : ${{ secrets.GITHUB_TOKEN }}
6767 file : app/build/outputs/mapping/release/mapping.txt
8282 buildToolsVersion : 35.0.0
8383
8484 - name : Release to GitHub
85- uses : svenstaro/upload-release-action@2.11.2
85+ uses : svenstaro/upload-release-action@2.11.3
8686 with :
8787 repo_token : ${{ secrets.GITHUB_TOKEN }}
8888 file : ${{steps.sign_app_aab.outputs.signedFile}}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v5 .0.0
16+ uses : actions/checkout@v6 .0.1
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 issues : write
1313 pull-requests : write
1414 steps :
15- - uses : actions/stale@v10.1.0
15+ - uses : actions/stale@v10.1.1
1616 with :
1717 days-before-issue-stale : 30
1818 days-before-issue-close : 14
Original file line number Diff line number Diff line change 1616 validate :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5 .0.0
19+ - uses : actions/checkout@v6 .0.1
2020 with :
2121 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2222 ref : main
You can’t perform that action at this time.
0 commit comments