Skip to content

Commit d4e2a6a

Browse files
Merge pull request #16 from OneLiteFeatherNET/renovate/gradle-gradle-build-action-3.x
Update gradle/gradle-build-action action to v3
2 parents 4c59c60 + 1adfea1 commit d4e2a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Clean Build
2929
run: ./gradlew clean build --no-daemon
3030
- name: Publish package
31-
uses: gradle/gradle-build-action@v2
31+
uses: gradle/gradle-build-action@v3
3232
with:
3333
arguments: publishAllPublicationsToMavenRepository
3434
env:

0 commit comments

Comments
 (0)