Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 6efffc5

Browse files
authored
update gradle build action
1 parent b0bd6ad commit 6efffc5

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Make gradlew executable
3838
run: chmod +x ./gradlew
3939
- name: Test with Gradle
40-
uses: gradle/gradle-build-action@v1
40+
uses: gradle/gradle-build-action@v2
4141
with:
4242
arguments: test
4343
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Make gradlew executable
3737
run: chmod +x ./gradlew
3838
- name: Publish package
39-
uses: gradle/gradle-build-action@v1
39+
uses: gradle/gradle-build-action@v2
4040
with:
4141
arguments: publish
4242
env:

0 commit comments

Comments
 (0)