Skip to content

Commit ae731af

Browse files
chore(deps): update gradle/gradle-build-action action to v3
1 parent 639530b commit ae731af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-java-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: ✔️ Validate Gradle wrapper
3838
uses: gradle/wrapper-validation-action@v1
3939
- name: 🏗 Build with Gradle
40-
uses: gradle/gradle-build-action@v2
40+
uses: gradle/gradle-build-action@v3
4141
with:
4242
arguments: build -Pversion=${{ inputs.version }} generateLicenseReport
4343
build-root-directory: services/${{ inputs.service_name }}

0 commit comments

Comments
 (0)