Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 3.4.2 to 3.5.0 (#54)
Browse files Browse the repository at this point in the history
IHub Bot: PR is merged by IHub Bot
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 24ce1ef commit e89d68f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v2.11.0
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v2.11.0
with:
arguments: build -x test --scan

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: chmod +x ./gradlew

- name: Test with Gradle
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v2.11.0
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v2.11.0
with:
arguments: test -DiHubTest.failFast=true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'adopt'

- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
with:
dependency-graph: generate-and-submit
arguments: dependencies

0 comments on commit e89d68f

Please sign in to comment.