Skip to content

Commit a01dac8

Browse files
authored
Merge pull request #88 from nomisRev/renovate/all
Update gradle/gradle-build-action action to v2.3.3
2 parents d982176 + 2729fe5 commit a01dac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: 11
3131

3232
- name: Build
33-
uses: gradle/[email protected].2
33+
uses: gradle/[email protected].3
3434
with:
3535
arguments: build --scan --full-stacktrace
3636

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: 11
2929

3030
- name: Build
31-
uses: gradle/[email protected].2
31+
uses: gradle/[email protected].3
3232
with:
3333
arguments: build --scan --full-stacktrace
3434

0 commit comments

Comments
 (0)