Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2 to 3 (#1)
Browse files Browse the repository at this point in the history
* build(deps): bump gradle/gradle-build-action from 2 to 3

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix gradle setup action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Skylot <[email protected]>
  • Loading branch information
dependabot[bot] and skylot authored Sep 27, 2024
1 parent b6e9c97 commit 5373629
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
distribution: temurin
java-version: 11

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build
run: ./gradlew build

0 comments on commit 5373629

Please sign in to comment.