Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wax911 committed Apr 13, 2024
1 parent 768e417 commit 1da0f0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: set up pre-deploy configurations
run: |
bash .github/scripts/pre-config.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-dependency-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'adopt'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: set up staging configurations
run: |
bash .github/scripts/pre-config.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-spotless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'adopt'
# cache: 'gradle'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run spotless check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
# cache: 'gradle'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Configure properties
run: |
bash .github/scripts/staging-config.sh
Expand Down

0 comments on commit 1da0f0b

Please sign in to comment.