File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 settings-path : ${{ github.workspace }} # location for the settings.xml file
3131
3232 - name : Build with Gradle
33- uses : gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
33+ uses : gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
3434 with :
3535 arguments : build
3636
3737 # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
3838 # the publishing section of your build.gradle
3939 - name : Publish to GitHub Packages
40- uses : gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
40+ uses : gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff # v3.3.2
4141 with :
4242 arguments : publish
4343 env :
You can’t perform that action at this time.
0 commit comments