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 6331e12 commit fc3c3daCopy full SHA for fc3c3da
2 files changed
.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@0723195856401067f7a2779048b490ace7a47d7c # v5
+ uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6
43
with:
44
cache-read-only: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
45
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
git tag -f ${GIT_TAG}
95
96
97
98
99
cache-read-only: true
100
0 commit comments