Skip to content

Commit 147b864

Browse files
Update gradle/gradle-build-action action to v3 (#207)
| datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | gradle/gradle-build-action | v2 | v3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc5a98b commit 147b864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 19
2323

2424
- name: Build
25-
uses: gradle/gradle-build-action@v2
25+
uses: gradle/gradle-build-action@v3
2626
with:
2727
arguments: build --full-stacktrace
2828

0 commit comments

Comments
 (0)