Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent f956931 commit 24ab2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo VERSION=$VERSION
echo PRE_RELEASE=$PRE_RELEASE
- name: Build artifacts
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.12.0
with:
arguments: distTar
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: temurin
java-version: 11
- name: Test
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.12.0
with:
arguments: test
- uses: codecov/[email protected]
Expand Down

0 comments on commit 24ab2dc

Please sign in to comment.