File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 distribution : ' zulu'
3131 java-version : ' 25'
32- - uses : gradle/actions/setup-gradle@v4
32+ - uses : gradle/actions/setup-gradle@v5
3333 with :
3434 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3535 - name : Assemble
4747 with :
4848 distribution : ' zulu'
4949 java-version : ' 25'
50- - uses : gradle/actions/setup-gradle@v4
50+ - uses : gradle/actions/setup-gradle@v5
5151 with :
5252 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
5353 - name : Checks
7373 run : |
7474 git config --global user.name "GitHub Action"
7575 git config --global user.email "[email protected] " 76- - uses : gradle/actions/setup-gradle@v4
76+ - uses : gradle/actions/setup-gradle@v5
7777 with :
7878 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
7979 - name : Functional tests
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 distribution : ' zulu'
104104 java-version : ' 25'
105- - uses : gradle/actions/setup-gradle@v4
105+ - uses : gradle/actions/setup-gradle@v5
106106 with :
107107 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
108108 - name : Deploy snapshot
You can’t perform that action at this time.
0 commit comments