Skip to content

Commit 0800947

Browse files
author
Gerrit Garbereder
committed
Update build.yml
1 parent 085820a commit 0800947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '17'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
33-
working-directory: ./Task-Tracker-Entities
32+
uses: gradle/gradle-build-action@v2
3433
with:
3534
arguments: test
35+
build-root-directory: ./Task-Tracker-Entities

0 commit comments

Comments
 (0)