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 7d7c41c commit 0cdeef5Copy full SHA for 0cdeef5
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
java-version: ${{ matrix.java-version }}
40
41
- name: Setup Gradle
42
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
43
with:
44
cache-read-only: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
45
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
git tag -f ${GIT_TAG}
92
93
94
95
96
cache-read-only: true
97
0 commit comments