Skip to content

Commit db22b17

Browse files
chore(deps): Update gradle and github actions to v3
1 parent 2a9583a commit db22b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: gradle/wrapper-validation-action@v1
16+
- uses: gradle/wrapper-validation-action@v3
1717
- name: Set up JDK
1818
uses: actions/setup-java@v4
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)