Skip to content

Commit

Permalink
Upgrade gradle actions to 3.4.0 (hash d9336dac04dea2507a617466bc058a3…
Browse files Browse the repository at this point in the history
…def92b18b)
  • Loading branch information
mrotteveel committed Jun 14, 2024
1 parent fc01ad2 commit d2d8104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@db19848a5fa7950289d3668fb053140cf3028d43
uses: gradle/actions/wrapper-validation@d9336dac04dea2507a617466bc058a3def92b18b
- name: Build with Gradle
run: ./gradlew assemble -PbuildProfile=java11
- name: Cleanup Gradle Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@db19848a5fa7950289d3668fb053140cf3028d43
uses: gradle/actions/wrapper-validation@d9336dac04dea2507a617466bc058a3def92b18b
- name: Build with Gradle
run: ./gradlew test -PbuildProfile=java11 -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
- name: Cleanup Gradle Cache
Expand Down

0 comments on commit d2d8104

Please sign in to comment.