Skip to content

Commit

Permalink
Downgradle build actions version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 16, 2024
1 parent c5d3372 commit 65ecdad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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].1
- uses: gradle/[email protected].0
- name: spotless
run: ./gradlew spotlessCheck

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

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

- uses: gradle/[email protected].1
- uses: gradle/[email protected].0
- 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].1
uses: gradle/[email protected].0

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

0 comments on commit 65ecdad

Please sign in to comment.