File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : 📥 Check-out
84- uses : actions/checkout@v3
84+ uses : actions/checkout@v4
8585 - name : 🚀 Create GitHub release
86- uses : softprops/action-gh-release@v1
86+ uses : softprops/action-gh-release@v2
8787 with :
8888 name : Release ${{ github.ref_name }}
8989 fail_on_unmatched_files : true
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.android.application" ) version " 8.3.1 " apply false
3- id(" com.android.library" ) version " 8.3.1 " apply false
4- id(" com.google.gms.google-services" ) version " 4.4.1 " apply false
5- id(" com.palantir.git-version" ) version " 3.0 .0" apply false
2+ id(" com.android.application" ) version " 8.5.0 " apply false
3+ id(" com.android.library" ) version " 8.5.0 " apply false
4+ id(" com.google.gms.google-services" ) version " 4.4.2 " apply false
5+ id(" com.palantir.git-version" ) version " 3.1 .0" apply false
66}
You can’t perform that action at this time.
0 commit comments