Skip to content

Commit bd11fc6

Browse files
chore(deps): Update gradle/gradle-build-action action to v3
1 parent a9cbe71 commit bd11fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: 17
22-
- uses: gradle/gradle-build-action@v2
22+
- uses: gradle/gradle-build-action@v3
2323
with:
2424
# allow main and *-dev branches to write caches (default is only main/main)
2525
cache-read-only: ${{ github.ref != 'refs/heads/main' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}

0 commit comments

Comments
 (0)