Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.10.0 to 2.11.1
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.10.0...v2.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 4e736e8 commit 46b62bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Change Gradle Permissions
run: chmod +x gradlew
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1
with:
dependency-graph: generate-and-submit
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: build
- name: Shadow Jar
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: clean shadowJar
- name: Upload Artifact
Expand Down

0 comments on commit 46b62bc

Please sign in to comment.