Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 5a39167 commit 2ef373d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- name: Assemble debug variant
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- name: Fetch bundletool
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- name: Run all unit tests
run: ./gradlew allCodeCoverageReport
Expand Down

0 comments on commit 2ef373d

Please sign in to comment.