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

Update gradle/gradle-build-action action to v3 - autoclosed #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Make Gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.3.1
with:
arguments: build
- name: Upload RealWorldSync
Expand Down
Loading