Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.11.0 to 2.11.1 (#432
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.11.0 to 2.11.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.11.0...v2.11.1)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent a602152 commit ec47364
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
settings-path: ${{ github.workspace }}

- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build

- name: Publish to GitHub Packages
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build

0 comments on commit ec47364

Please sign in to comment.