Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent e0e6f3b commit 967539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: temurin
java-version: 19
- name: Setup Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
- name: Execute Gradle build
run: ./gradlew test installDist
- name: Archive production artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: temurin
java-version: 19
- name: Setup Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
- name: Execute Gradle build
run: ./gradlew -PprojectVersion=${{ github.ref_name }} test assemble installDist
- name: Archive binaries
Expand Down

0 comments on commit 967539b

Please sign in to comment.