We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9583a commit db22b17Copy full SHA for db22b17
.github/workflows/build.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: "ubuntu-latest"
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: gradle/wrapper-validation-action@v1
+ - uses: gradle/wrapper-validation-action@v3
17
- name: Set up JDK
18
uses: actions/setup-java@v4
19
with:
20
distribution: 'temurin'
21
java-version: 17
22
- - uses: gradle/gradle-build-action@v2
+ - uses: gradle/gradle-build-action@v3
23
24
# allow main and *-dev branches to write caches (default is only main/main)
25
cache-read-only: ${{ github.ref != 'refs/heads/main' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}
0 commit comments