Skip to content

Commit 95f77d0

Browse files
renovate[bot]gjong
andauthored
Update gradle/actions action to v4 (#46)
* Update gradle/actions action to v4 * Update build pipeline gradle step * Publish dependency graph * Update pull-request-gate.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gerben Jongerius <gjong@users.noreply.github.com>
1 parent df93b96 commit 95f77d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/component-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
java-version: '21'
1818
distribution: 'temurin'
1919
architecture: x64
20-
- name: Build the application
21-
uses: gradle/actions/setup-gradle@v3
22-
with:
23-
arguments: 'check'
20+
- name: Prepare gradle installation
21+
uses: gradle/actions/setup-gradle@v4
22+
- name: Build with Gradle
23+
run: ./gradlew check
2424
- name: Upload build results
2525
uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)