Skip to content

Commit

Permalink
updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Sep 22, 2023
1 parent 5355a24 commit deee985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_And_Run_Unit_Tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
with:
arguments: build --refresh-dependencies
- name: Get Latest Commit ID and save in GITHUB_ENV
Expand Down

0 comments on commit deee985

Please sign in to comment.