File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
distribution : ' temurin'
39
39
40
40
- name : Build & Test
41
- uses : gradle/gradle-build-action@v2
41
+ uses : gradle/gradle-build-action@v3
42
42
with :
43
43
arguments : build test
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
settings-path : ${{ github.workspace }} # location for the settings.xml file
30
30
31
31
- name : Build the project
32
- uses : gradle/gradle-build-action@v2
32
+ uses : gradle/gradle-build-action@v3
33
33
with :
34
34
arguments : build
35
35
36
36
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
37
37
# the publishing section of your build.gradle
38
38
- name : Publish to GitHub Packages
39
- uses : gradle/gradle-build-action@v2
39
+ uses : gradle/gradle-build-action@v3
40
40
with :
41
41
arguments : publish
42
42
env :
You can’t perform that action at this time.
0 commit comments