Skip to content

Commit 95ccc51

Browse files
chore(deps): update gradle/gradle-build-action action to v2.10.0 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c369e18 commit 95ccc51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Gradle Build and Test
27-
uses: gradle/gradle-build-action@v2.9.0
27+
uses: gradle/gradle-build-action@v2.10.0
2828
with:
2929
arguments: --build-cache build test codeCoverageReport testAggregateReports
3030

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
settings-path: ${{ github.workspace }}
2323

2424
- name: Publish to Maven Repository
25-
uses: gradle/gradle-build-action@v2.9.0
25+
uses: gradle/gradle-build-action@v2.10.0
2626
with:
2727
arguments: --build-cache publish
2828
env:

0 commit comments

Comments
 (0)