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 18, 2024
1 parent af0cf0f commit 9087f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
19
20
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- id: build-lib
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
19
20
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- id: build-lib
run: ./gradlew build
Expand Down

0 comments on commit 9087f6d

Please sign in to comment.