Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 3.4.0 to 3.4.2 (#744)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.0 to 3.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v3.4.0...v3.4.2)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry <[email protected]>
  • Loading branch information
dependabot[bot] and henry-hub authored Jun 18, 2024
1 parent 143d0fe commit 2e085b0
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 @@ -34,7 +34,7 @@ jobs:
run: chmod +x ./gradlew

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

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

- name: Test with Gradle
uses: gradle/gradle-build-action@db35f2304698ac6ff98958322dfd3db0a5da9fdf # v2.11.0
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # 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/[email protected].0
uses: gradle/[email protected].2
with:
dependency-graph: generate-and-submit
arguments: dependencies

0 comments on commit 2e085b0

Please sign in to comment.