Skip to content

Commit

Permalink
h-fix on workflow for CI CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mutukuian committed May 12, 2024
1 parent e2f04fb commit 1a937b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KocelaBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java JDK
uses: actions/setup-java@4.2.1
uses: actions/setup-java@v4.2.1

- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 1a937b4

Please sign in to comment.