Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle/gradle-build-action action to v3.3.1 #622

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
- name: spotless
run: ./gradlew spotlessCheck

Expand All @@ -33,7 +33,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
- name: API check
run: ./gradlew apiCheck

Expand All @@ -47,7 +47,7 @@ jobs:
distribution: zulu
java-version: 17

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
- name: Make Gradle executable
run: chmod +x ./gradlew

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Sets gradle up
- name: Setup Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1

# Grants execute permission to gradle (safety step)
- name: Grant Permissions to gradlew
Expand Down
Loading