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 f7ad9c4 commit 088f509Copy full SHA for 088f509
.github/actions/java/action.yml
@@ -12,7 +12,7 @@ runs:
12
distribution: 'temurin'
13
14
- name: Setup Gradle
15
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
16
with:
17
validate-wrappers: true
18
cache-read-only: ${{ github.ref != 'refs/heads/prod' && github.ref != 'refs/heads/dev' }}
0 commit comments